Skip to content

Commit 6fa3892

Browse files
committedDec 1, 2013
Fix MinGW build
1 parent 04e9a9d commit 6fa3892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/script/lua_api/l_async_events.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2323
#include <vector>
2424
#include <map>
2525

26-
#ifndef _MSC_VER
26+
#ifndef _WIN32
2727
#include <unistd.h>
2828
#else
2929
#define _WINSOCKAPI_

0 commit comments

Comments
 (0)
Please sign in to comment.