mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
MSVC build fixes
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
#include "Athena/FileInfo.hpp"
|
||||
#include <stdio.h>
|
||||
|
||||
#if _WIN32
|
||||
typedef int mode_t;
|
||||
#endif
|
||||
|
||||
namespace Athena
|
||||
{
|
||||
class Dir
|
||||
|
||||
Reference in New Issue
Block a user