Fix VC 5.0 build bustage r=dougt, harishd

git-svn-id: svn://10.0.0.236/trunk@58972 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com
2000-01-28 00:41:06 +00:00
parent a757f9a4c9
commit 2af954496b
2 changed files with 1 additions and 1 deletions

View File

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