Few more windows compile fix adjustments

This commit is contained in:
Akkadius 2016-05-25 01:20:09 -05:00
parent ca2ad5b049
commit 477bf1ba45

View File

@ -18,7 +18,9 @@
#include "ipc_mutex.h"
#ifdef _WINDOWS
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#undef WIN32_LEAN_AND_MEAN
#else
#include <sys/types.h>
#include <sys/stat.h>