mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
11 lines
172 B
C
11 lines
172 B
C
#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_ */
|