Skip to content
Snippets Groups Projects
Commit c9c53eeb authored by Masood Malekghassemi's avatar Masood Malekghassemi Committed by Nicolas "Pixel" Noble
Browse files

Sundry fixes

parent df1e07e5
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ EXTENSION_INCLUDE_DIRECTORIES = ( ...@@ -88,7 +88,7 @@ EXTENSION_INCLUDE_DIRECTORIES = (
(PYTHON_STEM,) + CORE_INCLUDE + BORINGSSL_INCLUDE + ZLIB_INCLUDE) (PYTHON_STEM,) + CORE_INCLUDE + BORINGSSL_INCLUDE + ZLIB_INCLUDE)
EXTENSION_LIBRARIES = ('m',) EXTENSION_LIBRARIES = ('m',)
if not "darwin" in sys.platform and not "win32" in sys.platform: if "linux" in sys.platform:
EXTENSION_LIBRARIES += ('rt',) EXTENSION_LIBRARIES += ('rt',)
DEFINE_MACROS = (('OPENSSL_NO_ASM', 1), ('_WIN32_WINNT', 0x600)) DEFINE_MACROS = (('OPENSSL_NO_ASM', 1), ('_WIN32_WINNT', 0x600))
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
* *
*/ */
#include "loader.h"
#if GPR_WIN32 #if GPR_WIN32
#include <tchar.h> #include <tchar.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment