mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
smb: replace CURL_WIN32 with WIN32
PR #9255 aimed to fix a Cygwin/MSYS issue (#8220). It used the
`CURL_WIN32` macro, but that one is not defined here, while compiling
curl itself. This patch changes this to `WIN32`, assuming this was the
original intent.
Regression from 1c52e8a379
Reviewed-by: Marcel Raad
Closes #9701
This commit is contained in:
parent
29c4aa00a1
commit
28edcbe195