aboutsummaryrefslogtreecommitdiffstats
path: root/include/bmpimage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/bmpimage.hpp')
-rw-r--r--include/bmpimage.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bmpimage.hpp b/include/bmpimage.hpp
index 69b78ac..5e056fe 100644
--- a/include/bmpimage.hpp
+++ b/include/bmpimage.hpp
@@ -1,3 +1,5 @@
+#ifndef __WIN32__
+
#ifndef BMP_IMAGE_HPP
#define BMP_IMAGE_HPP
@@ -32,3 +34,5 @@ typedef struct {
} __attribute__((packed)) BITMAPINFOHEADER;
#endif // BMP_IMAGE_HPP
+
+#endif // __WIN32__ \ No newline at end of file