mirror of https://github.com/libAthena/athena.git
Win32 warning avoidance
This commit is contained in:
parent
b2152f7890
commit
318cc92083
|
@ -2,7 +2,9 @@
|
|||
#define FILEWRITER_HPP
|
||||
|
||||
#if _WIN32
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue