Bustage fix following bug 311346

This commit is contained in:
smontagu%smontagu.org 2005-10-10 09:15:12 +00:00
Родитель c781364f53
Коммит ac5190e61a
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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)