]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-winnt-client-shortcut-20030314
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Fri, 14 Mar 2003 20:30:09 +0000 (20:30 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 14 Mar 2003 20:30:09 +0000 (20:30 +0000)
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.

src/WINNT/client_creds/shortcut.cpp

index b6c4adef7422d60d4182d948f9fdec1c6cb0db92..2b83e70cd9a18551d403b168e636e27a9ccdf9e6 100644 (file)
@@ -13,7 +13,6 @@ extern "C" {
 }
 
 #include <objbase.h>
-#include <initguid.h>
 #include <windows.h>
 #include <windowsx.h>
 #undef INITGUID