From a97570fc8cc2f970830d810c4b482c968e898655 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Thu, 4 Jan 2007 07:56:09 +0000 Subject: [PATCH] / placement git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2642 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/config_win.h.in | 4 ++-- sc2/src/msvc++/config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sc2/src/config_win.h.in b/sc2/src/config_win.h.in index 734486bd2..032c253ed 100644 --- a/sc2/src/config_win.h.in +++ b/sc2/src/config_win.h.in @@ -21,10 +21,10 @@ #define CONFIGDIR USERDIR /* Directory where supermelee teams will be stored */ -#define MELEEDIR "%UQM_CONFIG_DIR/%teams/" +#define MELEEDIR "%UQM_CONFIG_DIR%/teams/" /* Directory where save games will be stored */ -#define SAVEDIR "%UQM_CONFIG_DIR/%save/" +#define SAVEDIR "%UQM_CONFIG_DIR%/save/" /* Defined if words are stored with the most significant byte first */ @WORDS_BIGENDIAN@ diff --git a/sc2/src/msvc++/config.h b/sc2/src/msvc++/config.h index d965ab5ed..177e12b54 100644 --- a/sc2/src/msvc++/config.h +++ b/sc2/src/msvc++/config.h @@ -21,10 +21,10 @@ #define CONFIGDIR USERDIR /* Directory where supermelee teams will be stored */ -#define MELEEDIR "%UQM_CONFIG_DIR%teams/" +#define MELEEDIR "%UQM_CONFIG_DIR%/teams/" /* Directory where save games will be stored */ -#define SAVEDIR "%UQM_CONFIG_DIR%save/" +#define SAVEDIR "%UQM_CONFIG_DIR%/save/" /* Define if words are stored with the most significant byte first */ #undef WORDS_BIGENDIAN