diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/fake-w32-gdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fake-w32-gdi.h b/src/lib/fake-w32-gdi.h index 07f81a6..8e7bb5e 100644 --- a/src/lib/fake-w32-gdi.h +++ b/src/lib/fake-w32-gdi.h @@ -24,7 +24,7 @@ #ifndef __GCC__ -# define __attribute__ +# define __attribute__(x) #endif #include <stdint.h> |