[UUID] Don't use a precompiled header

We cannot use a precompiled header, because it would include headers before including initguid.h, preventing GUIDs to be defined.
This commit is contained in:
Timo Kreuzer
2026-05-11 18:21:34 +00:00
parent 301b783922
commit 101f7652df
3 changed files with 1 additions and 13 deletions
+1 -2
View File
@@ -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)
-10
View File
@@ -1,10 +0,0 @@
#ifndef _UUID_PRECOMP_H_
#define _UUID_PRECOMP_H_
#define WIN32_NO_STATUS
#define WIN32_LEAN_AND_MEAN
#include <rpc.h>
#include <rpcndr.h>
#endif /* _UUID_PRECOMP_H_ */
-1
View File
@@ -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