Skip to content

Commit

Permalink
smb: fix build for djgpp/MSDOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisle Vanem authored and bagder committed Jul 4, 2017
1 parent c534384 commit f8dba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smb.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <process.h>
#ifdef CURL_WINDOWS_APP
#define getpid GetCurrentProcessId
#else
#elif !defined(MSDOS)
#define getpid _getpid
#endif
#endif
Expand Down

0 comments on commit f8dba47

Please sign in to comment.