smb: use process.h instead of GetCurrentProcessId

This commit is contained in:
snow flurry 2024-03-01 19:58:21 -08:00
parent 4c1b14b59a
commit 15b9d8965d

View file

@ -27,9 +27,7 @@
#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
#ifdef _WIN32
#define getpid GetCurrentProcessId
#endif
#include <process.h>
#include "smb.h"
#include "urldata.h"