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:
meep-eep
2002-12-18 04:30:50 +00:00
parent 173a9a9403
commit 1c2f030f2d
23 changed files with 703 additions and 83 deletions
+9 -2
View File
@@ -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 */