diff options
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 4c5f2c2..67406f4 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -36,6 +36,8 @@ ** Structures section ** --------------------------------------------------------------------------*/ +#ifndef __WIN32__ + /** * Defines the layout of a bitmap (.bmp) file's header. */ @@ -64,6 +66,8 @@ typedef struct { uint32_t biClrImportant; } __attribute__((packed)) BITMAPINFOHEADER; +#endif // __WIN32__ + /* ---------------------------------------------------------------------------- ** The UI namespace ** --------------------------------------------------------------------------*/ |