mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
Bustage fix following bug 311346
This commit is contained in:
parent
c781364f53
commit
ac5190e61a
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user