From: Chaskiel M Grundman Date: Fri, 14 Mar 2003 20:30:09 +0000 (+0000) Subject: STABLE12-winnt-client-shortcut-20030314 X-Git-Tag: openafs-stable-1_2_9~34 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=44128745838ac1d5e6c64963545772f1c32c31c4;p=packages%2Fo%2Fopenafs.git 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. --- diff --git a/src/WINNT/client_creds/shortcut.cpp b/src/WINNT/client_creds/shortcut.cpp index b6c4adef7..2b83e70cd 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