STABLE12-winnt-client-shortcut-20030314

FIXES 1333

leaving the #include <initguid.h> in caused Bad Things to
happen when I did a build. I'm pretty sure initguid.h is only supposed to
be used by things that *impliment* COM objects.
This commit is contained in:
Chaskiel M Grundman 2003-03-14 20:30:09 +00:00 committed by Derrick Brashear
parent 2e16c4f7a5
commit 4412874583

View File

@ -13,7 +13,6 @@ extern "C" {
} }
#include <objbase.h> #include <objbase.h>
#include <initguid.h>
#include <windows.h> #include <windows.h>
#include <windowsx.h> #include <windowsx.h>
#undef INITGUID #undef INITGUID