From 44128745838ac1d5e6c64963545772f1c32c31c4 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Fri, 14 Mar 2003 20:30:09 +0000 Subject: [PATCH] STABLE12-winnt-client-shortcut-20030314 FIXES 1333 leaving the #include 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. --- src/WINNT/client_creds/shortcut.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WINNT/client_creds/shortcut.cpp b/src/WINNT/client_creds/shortcut.cpp index b6c4adef74..2b83e70cd9 100644 --- a/src/WINNT/client_creds/shortcut.cpp +++ b/src/WINNT/client_creds/shortcut.cpp @@ -13,7 +13,6 @@ extern "C" { } #include -#include #include #include #undef INITGUID