Temporary files and save game data are now placed in seperate dirs.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@433 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+9
-2
@@ -1,6 +1,11 @@
|
||||
#ifndef _PORT_H
|
||||
#define _PORT_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define HAVE_STRICMP
|
||||
#define HAVE_STRUPR
|
||||
#define alloca _alloca
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRICMP
|
||||
@@ -11,3 +16,5 @@
|
||||
char *strupr (char *str);
|
||||
#endif
|
||||
|
||||
#endif /* _PORT_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user