fixing problem building under vc5

This commit is contained in:
ssu%netscape.com 1999-09-09 22:21:21 +00:00
parent ac9916a68b
commit 49f05065a2

View File

@ -22,6 +22,15 @@
* Sean Su <ssu@netscape.com>
*/
/* This is a hack for vc5.0. It needs to be set *before*
* any shell include files.
*/
#if (_MSC_VER == 1100)
#define INITGUID
#include "objbase.h"
DEFINE_OLEGUID(IID_IPersistFile, 0x0000010BL, 0, 0);
#endif
#include <shlobj.h>
#include "shortcut.h"