1 #ifndef _UUID_PRECOMP_H_ 2 #define _UUID_PRECOMP_H_ 3 4 #define WIN32_NO_STATUS 5 #define WIN32_LEAN_AND_MEAN 6 7 #include <rpc.h> 8 #include <rpcndr.h> 9 10 #endif /* _UUID_PRECOMP_H_ */ 11