Skip to content

Commit ec1057e

Browse files
authored
gh-152433: Windows: _uuid module: improve UWP compatibility (#152793)
1 parent ee1e48e commit ec1057e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Modules/_uuidmodule.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
#ifdef MS_WINDOWS
2222
#include <rpc.h>
23+
#ifndef RPC_S_OK
24+
#define RPC_S_OK 0L
25+
#endif
2326
#endif
2427

2528
#ifndef MS_WINDOWS

0 commit comments

Comments
 (0)