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
|
#define FILESTREAM_HPP
|
||||||
|
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
#define FILEWRITER_HPP
|
#define FILEWRITER_HPP
|
||||||
|
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue