We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4db960 commit 2197587Copy full SHA for 2197587
modules/python/GenerateConfig.cmake
@@ -115,6 +115,9 @@ endif()
115
# OS
116
if(WIN32)
117
string(JSON json_defines SET ${json_defines} "_WIN32" "null")
118
+ string(JSON json_defines SET ${json_defines} "DWORD" "\"uint64_t\"")
119
+ string(JSON json_defines SET ${json_defines} "WINAPI" "\"__stdcall\"")
120
+ string(JSON json_defines SET ${json_defines} "LPVOID" "\"void*\"")
121
endif()
122
if(UNIX)
123
string(JSON json_defines SET ${json_defines} "__linux__" "null")
0 commit comments