mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include <process.h>
|
||||
#ifdef CURL_WINDOWS_APP
|
||||
#define getpid GetCurrentProcessId
|
||||
#else
|
||||
#elif !defined(MSDOS)
|
||||
#define getpid _getpid
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue