libdrawtext

diff src/drawtext_impl.h @ 70:80a2e0556fc1

added visual studio project and fixed some windows build problems
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 10 Mar 2013 18:29:21 +0200
parents 55c034e70809
children 670d0affc08f
line diff
     1.1 --- a/src/drawtext_impl.h	Thu Feb 28 18:51:33 2013 +0200
     1.2 +++ b/src/drawtext_impl.h	Sun Mar 10 18:29:21 2013 +0200
     1.3 @@ -61,7 +61,7 @@
     1.4  
     1.5  
     1.6  #define fperror(str) \
     1.7 -	fprintf(stderr, "%s: %s: %s\n", __func__, (str), strerror(errno))
     1.8 +	fprintf(stderr, "%s: %s: %s\n", __FUNCTION__, (str), strerror(errno))
     1.9  
    1.10  int dtx_gl_init(void);
    1.11