From f8dba473a8ac0644058c7c12ae9500f45e564d45 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 4 Jul 2017 15:42:33 +0200 Subject: smb: fix build for djgpp/MSDOS bug: https://curl.haxx.se/mail/lib-2017-07/0005.html --- lib/smb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/smb.c b/lib/smb.c index c2df43b70..45545628a 100644 --- a/lib/smb.c +++ b/lib/smb.c @@ -34,7 +34,7 @@ #include #ifdef CURL_WINDOWS_APP #define getpid GetCurrentProcessId -#else +#elif !defined(MSDOS) #define getpid _getpid #endif #endif -- cgit v1.2.3