Attempt to fix VC6 build bustage, define CSIDL_LOCAL_APPDATA if not provided

by the Microsoft header files.  r=bryner


git-svn-id: svn://10.0.0.236/trunk@172716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2005-04-26 01:26:16 +00:00
parent 675e23b4a7
commit 5b0fe87f62

View File

@@ -63,6 +63,10 @@
#ifdef XP_WIN
#include <windows.h>
#include <shlobj.h>
// This is not defined by VC6.
#ifndef CSIDL_LOCAL_APPDATA
#define CSIDL_LOCAL_APPDATA 0x001C
#endif
#endif
#ifdef XP_MACOSX
#include "nsILocalFileMac.h"