Windows shell/IE #define.

This commit is contained in:
Mike Erwin 2010-08-08 05:08:35 +00:00
parent 757f75b768
commit ced1bd9e7d
2 changed files with 3 additions and 2 deletions

@ -38,6 +38,7 @@
#include <stdio.h> // for debug [mce]
#define _WIN32_IE 0x501 /* shipped before XP, so doesn't impose additional req'm'ts */
#include <shlobj.h>

@ -35,12 +35,12 @@
#ifndef WIN32
#error WIN32 only!
#endif // WIN32
#endif
#define _WIN32_WINNT 0x501 // require Windows XP or newer
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ole2.h>
#include <ole2.h> // for drag-n-drop
#include "GHOST_System.h"