Commit f8dba473 authored by Gisle Vanem's avatar Gisle Vanem Committed by Daniel Stenberg
Browse files

smb: fix build for djgpp/MSDOS

parent c5343848
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#include <process.h>
#ifdef CURL_WINDOWS_APP
#define getpid GetCurrentProcessId
#else
#elif !defined(MSDOS)
#define getpid _getpid
#endif
#endif