Updated mingw directions, and made build process easier

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@536 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-08 05:53:47 +00:00
parent 9dacb5c6ee
commit b1c28f2a41
7 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "config.h"
#ifdef WIN32
#ifdef _MSC_VER
#define alloca _alloca
#define snprintf _snprintf
#endif