mirror of
https://github.com/libAthena/athena.git
synced 2025-08-05 19:55:39 +00:00
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…
x
Reference in New Issue
Block a user