This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Apq
/
CMake
mirror of
https://github.com/Kitware/CMake.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
COMP: #if WIN32 -> #ifdef _WIN32 for Borland.
Brad King
21 năm trước cách đây
mục cha
3cb8c6f666
commit
e7697cea94
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
Utilities/cmxmlrpc/win32_pthreads.c
+ 1
- 1
Utilities/cmxmlrpc/win32_pthreads.c
Xem Tập Tin
@@ -25,7 +25,7 @@
#include "xmlrpc_config.h"
-#if WIN32
+#if
def
_
WIN32
#include "xmlrpc_pthreads.h"