Mercurial Patch Queue for Windows System Libraries
Rev. | e77cb33f187d5ad50a65a3d89ee9485d926347bc |
---|---|
Größe | 495 Bytes |
Zeit | 2019-04-02 03:25:55 |
Autor | Keith Marshall |
Log Message | Handle w32api directory rename for 6.0-exp bookmark. |
Make <cguid.h> header effectively self-contained.
diff --git a/wslapi/include/cguid.h b/wslapi/include/cguid.h
--- a/wslapi/include/cguid.h
+++ b/wslapi/include/cguid.h
@@ -2,13 +2,16 @@
#define _CGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
+#include <basetyps.h>
+
#ifdef __cplusplus
extern "C" {
#endif
+
extern const IID GUID_NULL;
extern const IID IID_IRpcChannel;
extern const IID IID_IRpcStub;
extern const IID IID_IStubManager;
extern const IID IID_IRpcProxy;