From 2c5a0391c3299ccbb866a0dd33204dbeccfa2b95 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 22 May 2016 23:51:06 +0800 Subject: Initial stubs for the Windows version. The port is still incomplete and will be incomplete for a long time. --- include/smelt.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/smelt.hpp b/include/smelt.hpp index 5c9b013..be66195 100644 --- a/include/smelt.hpp +++ b/include/smelt.hpp @@ -29,13 +29,18 @@ #ifndef SMELT_H #define SMELT_H +#ifdef _WIN32 +#include +#endif #include #include #define SMELT_APILEVEL 3 //Primitive data types +#ifndef WIN32 //windows.h has this inside typedef uint32_t DWORD; +#endif typedef uint16_t WORD; typedef uint8_t BYTE; -- cgit v1.2.3