mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
smb: fix build for djgpp/MSDOS
bug: https://curl.haxx.se/mail/lib-2017-07/0005.html
This commit is contained in:
parent
c534384810
commit
f8dba473a8
@ -34,7 +34,7 @@
|
|||||||
#include <process.h>
|
#include <process.h>
|
||||||
#ifdef CURL_WINDOWS_APP
|
#ifdef CURL_WINDOWS_APP
|
||||||
#define getpid GetCurrentProcessId
|
#define getpid GetCurrentProcessId
|
||||||
#else
|
#elif !defined(MSDOS)
|
||||||
#define getpid _getpid
|
#define getpid _getpid
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user