Merge pull request #685 from ComradeKeys/master
There was a typo I came across when cross compiling
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <mach-o/dyld.h> /* _NSGetExecutablePath */
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
//not Mac, not Windows, let's cross the fingers it is Linux :-)
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user