mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[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:
@@ -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)
|
||||
|
||||
@@ -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_ */
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user