Bug 403771 - Patch to fix mingw build failure in nsWindowsShellService.cpp needs approval1.9, r=robert.bugzilla, a=mtschrep

This commit is contained in:
2007-11-26 11:56:52 -08:00
parent 2bb3b96a3f
commit 5f0b61875a

View File

@@ -172,7 +172,7 @@ OpenKeyForReading(HKEY aKeyRoot, const nsAString& aKeyName, HKEY* aKey)
typedef enum {
NO_SUBSTITUTION = 0x00,
APP_PATH_SUBSTITUTION = 0x01,
EXE_NAME_SUBSTITUTION = 0x02,
EXE_NAME_SUBSTITUTION = 0x02
} SettingFlags;
typedef struct {