From 2af954496bef85002e0e2e8a7d29220e9701be3c Mon Sep 17 00:00:00 2001 From: "pollmann%netscape.com" Date: Fri, 28 Jan 2000 00:41:06 +0000 Subject: [PATCH] Fix VC 5.0 build bustage r=dougt, harishd git-svn-id: svn://10.0.0.236/trunk@58972 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/io/nsFileSpecWin.cpp | 1 + mozilla/xpcom/io/nsLocalFileWin.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsFileSpecWin.cpp b/mozilla/xpcom/io/nsFileSpecWin.cpp index dea1904aeec..23fe99f6898 100644 --- a/mozilla/xpcom/io/nsFileSpecWin.cpp +++ b/mozilla/xpcom/io/nsFileSpecWin.cpp @@ -33,6 +33,7 @@ #include "windows.h" #if (_MSC_VER == 1100) +#define INITGUID #include "objbase.h" DEFINE_OLEGUID(IID_IPersistFile, 0x0000010BL, 0, 0); #endif diff --git a/mozilla/xpcom/io/nsLocalFileWin.h b/mozilla/xpcom/io/nsLocalFileWin.h index 47e134391ce..d0830e5f2cf 100644 --- a/mozilla/xpcom/io/nsLocalFileWin.h +++ b/mozilla/xpcom/io/nsLocalFileWin.h @@ -38,7 +38,6 @@ // For older version (<6.0) of the VC Compiler #if (_MSC_VER == 1100) -#define INITGUID #include "objbase.h" DEFINE_OLEGUID(IID_IPersistFile, 0x0000010BL, 0, 0); #endif