this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated sdl2 and libuv to the latest version #2050

+5
+5
CMakeLists.txt
··· 834 834 835 835 if(USE_LIBUV) 836 836 add_subdirectory(${THIRDPARTY_DIR}/libuv) 837 + 838 + # fix for winxp build 839 + set(UV_DEFS LOAD_LIBRARY_SEARCH_SYSTEM32=0x00000800) 840 + target_compile_definitions(uv PRIVATE ${UV_DEFS}) 841 + target_compile_definitions(uv_a PRIVATE ${UV_DEFS}) 837 842 endif() 838 843 839 844 ################################