fixes VC5 link bustage, but I feel dirty

This commit is contained in:
dveditz%netscape.com 1999-07-27 00:57:50 +00:00
parent 2de968d05f
commit 0a3b32f604

View File

@ -27,6 +27,13 @@
#include "nsError.h"
#include "windows.h"
#if (_MSC_VER == 1100)
#define INITGUID
#include "objbase.h"
DEFINE_OLEGUID(IID_IPersistFile, 0x0000010BL, 0, 0);
#endif
#include "shlobj.h"
#include "shellapi.h"
#include "shlguid.h"