diff --git a/sdk/lib/uuid/CMakeLists.txt b/sdk/lib/uuid/CMakeLists.txt index 9cc61185c22..66acc1fd985 100644 --- a/sdk/lib/uuid/CMakeLists.txt +++ b/sdk/lib/uuid/CMakeLists.txt @@ -221,8 +221,7 @@ list(APPEND SOURCE wdmguids.c otherguids.c undoc.c - precomp.h) +) add_library(uuid ${SOURCE}) -add_pch(uuid precomp.h SOURCE) add_dependencies(uuid psdk) diff --git a/sdk/lib/uuid/precomp.h b/sdk/lib/uuid/precomp.h deleted file mode 100644 index abe35fac5e1..00000000000 --- a/sdk/lib/uuid/precomp.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _UUID_PRECOMP_H_ -#define _UUID_PRECOMP_H_ - -#define WIN32_NO_STATUS -#define WIN32_LEAN_AND_MEAN - -#include -#include - -#endif /* _UUID_PRECOMP_H_ */ diff --git a/sdk/lib/uuid/shguids.c b/sdk/lib/uuid/shguids.c index dd6012ee684..b2c73766d21 100644 --- a/sdk/lib/uuid/shguids.c +++ b/sdk/lib/uuid/shguids.c @@ -88,7 +88,6 @@ //IID_INamedPropertyBag //IID_IPersistFolder3 //IID_IPersistQuery -DEFINE_GUID(IID_IPrintDialogCallback, 0x5852a2c3,0x6530,0x11d1,0xb6,0xa3,0x00,0x00,0xf8,0x75,0x7b,0xf9); //IID_IPrintDialogServices //IID_IQueryForm //IID_IQueryFrame