diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/fake-w32-gdi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/fake-w32-gdi.h b/src/lib/fake-w32-gdi.h index a5ce365..8af440e 100644 --- a/src/lib/fake-w32-gdi.h +++ b/src/lib/fake-w32-gdi.h @@ -23,6 +23,10 @@ #endif +#ifndef __GNUC__ +# define __attribute__ +#endif + #include <stdint.h> |