We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_uuid
1 parent ee1e48e commit ec1057eCopy full SHA for ec1057e
1 file changed
Modules/_uuidmodule.c
@@ -20,6 +20,9 @@
20
21
#ifdef MS_WINDOWS
22
#include <rpc.h>
23
+#ifndef RPC_S_OK
24
+#define RPC_S_OK 0L
25
+#endif
26
#endif
27
28
#ifndef MS_WINDOWS
0 commit comments