Remove windows includes.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
a6cb08714d
commit
317e048d5a
1 changed files with 0 additions and 10 deletions
|
@ -9,14 +9,4 @@
|
|||
|
||||
#include <linux/win.h>
|
||||
|
||||
#if _MSC_VER >= 1600 // <stdint.h> supported from VS2010 (cl.exe v16.00)
|
||||
#include <stdint.h> // cleanup WORD DWORD -> uint16_t uint32_t
|
||||
#else
|
||||
#include <BaseTsd.h>
|
||||
typedef UINT8 uint8_t;
|
||||
typedef UINT16 uint16_t;
|
||||
typedef UINT32 uint32_t;
|
||||
typedef UINT64 uint64_t;
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue