mirror of https://github.com/libAthena/athena.git
Windows Fixes
This commit is contained in:
parent
d4d1bdabc6
commit
a2d040aeb4
|
@ -2,6 +2,7 @@
|
|||
#define FILESTREAM_HPP
|
||||
|
||||
#if _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define FILEWRITER_HPP
|
||||
|
||||
#if _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue