summaryrefslogtreecommitdiff
path: root/source/LCDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriver.h')
-rw-r--r--source/LCDriver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/LCDriver.h b/source/LCDriver.h
index 0456570..314a8fd 100644
--- a/source/LCDriver.h
+++ b/source/LCDriver.h
@@ -11,6 +11,10 @@
#define LCDRIVER_API __declspec(dllexport)
#else
#define LCDRIVER_API __declspec(dllimport)
+#endif //LCDRIVER_EXPORTS
+
+#ifndef __int64
+#define __int64 long long
#endif
typedef unsigned __int64 uint64;