Bustage fix following bug 311346

This commit is contained in:
smontagu%smontagu.org 2005-10-10 09:15:12 +00:00
parent c781364f53
commit ac5190e61a

View File

@ -52,10 +52,13 @@
#include <string.h>
#include <direct.h>
// This is not defined by VC6.
// These are not defined by VC6.
#ifndef CSIDL_LOCAL_APPDATA
#define CSIDL_LOCAL_APPDATA 0x001C
#endif
#ifndef CSIDL_PROGRAM_FILES
#define CSIDL_PROGRAM_FILES 0x0026
#endif
#elif defined(XP_OS2)