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