]> git.ipfire.org Git - thirdparty/curl.git/commit
winbuild: remove outdated WIN32 defines
authorJay Satiro <raysatiro@yahoo.com>
Wed, 22 May 2024 06:46:13 +0000 (02:46 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 24 May 2024 07:23:14 +0000 (03:23 -0400)
commit795515c773792559b88b79f176bbab218927ab0d
tree3b014f29e87bb1f55fbac8ada15a17416ed303b5
parent86cb12a40087e7bd1373d9bdf477b21bf2b28d37
winbuild: remove outdated WIN32 defines

- Remove all instances in the makefile of compiler option /DWIN32.

This is a follow-up to e9a7d4a1 which replaced all defined(WIN32) checks
with defined(_WIN32) in the codebase, since only the latter is
automatically defined by all compilers for Windows builds.

Bug: https://github.com/curl/curl/pull/13739#issuecomment-2123937859
Reported-by: Viktor Szakats
Closes https://github.com/curl/curl/pull/13742
winbuild/MakefileBuild.vc