aboutsummaryrefslogtreecommitdiffstats
path: root/include/bmpimage.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-09-26 22:37:52 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-09-26 22:37:52 -0400
commit8be1f74e878950cbbac3f05451341fc18892518b (patch)
tree8301f06ee0da2b27fb93b149736c6f7d2ace68ca /include/bmpimage.hpp
parent19b2b1dde25885ada99deefe79266c2e22376e85 (diff)
windows 64-bit build
Diffstat (limited to 'include/bmpimage.hpp')
-rw-r--r--include/bmpimage.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/bmpimage.hpp b/include/bmpimage.hpp
index 5e056fe..69b78ac 100644
--- a/include/bmpimage.hpp
+++ b/include/bmpimage.hpp
@@ -1,5 +1,3 @@
-#ifndef __WIN32__
-
#ifndef BMP_IMAGE_HPP
#define BMP_IMAGE_HPP
@@ -34,5 +32,3 @@ typedef struct {
} __attribute__((packed)) BITMAPINFOHEADER;
#endif // BMP_IMAGE_HPP
-
-#endif // __WIN32__ \ No newline at end of file