diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-25 15:08:30 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-01-25 15:08:30 +0100 |
commit | 7e734710be0098ea77ca2d3f54fb626b65bbf477 (patch) | |
tree | f5f28752e0c0bc08c0b730903c566320c11292b8 | |
parent | 8916da62a752e2c3658b9c9d1ed3fc5a67c4501d (diff) |
Possible for for cygwin compilation.20140125
-rw-r--r-- | hugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -28,6 +28,12 @@ #ifndef __HUGIN_HUGIN_H__ #define __HUGIN_HUGIN_H__ +#if defined(__WIN32__) | defined(__CYGWIN32__) +#ifndef WIN32 +#define WIN32 +#endif +#endif + typedef enum { HUG_STATUS_OK = 0, HUG_STATUS_UNKNOWN_OPTION, |