Fixed win32 compilation issue with config.h
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@226 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -19,12 +19,12 @@
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#include "config.h"
|
||||
#else
|
||||
#include <direct.h>
|
||||
#include "getopt/getopt.h"
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "libs/graphics/gfx_common.h"
|
||||
#include "libs/sound/sound_common.h"
|
||||
#include "libs/input/input_common.h"
|
||||
|
||||
Reference in New Issue
Block a user