aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-07-23 05:16:50 +0000
committerdos-reis <gdr@axiomatics.org>2008-07-23 05:16:50 +0000
commitc5b5b8c2d510d3719704347840982b685fe8220d (patch)
treef31fb6e1451b4910b4a65296c239cbb9772a4ee1 /src/include
parentccbb46defe28a8aa9e554d25d1542c8353a4cf4f (diff)
downloadopen-axiom-c5b5b8c2d510d3719704347840982b685fe8220d.tar.gz
Misc cleanup.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/open-axiom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h
index 1ae28921..b34733bd 100644
--- a/src/include/open-axiom.h
+++ b/src/include/open-axiom.h
@@ -57,6 +57,7 @@ typedef uint8_t openaxiom_byte;
/* The opaque datatype. */
#ifdef __MINGW32__
+#include <windows.h>
typedef HANDLE openaxiom_handle;
#else
typedef void* openaxiom_handle;