]> git.ipfire.org Git - thirdparty/curl.git/commit
windows: drop dupe macros, detect `CURL_OS` for WinCE ARM, indentation
authorViktor Szakats <commit@vsz.me>
Thu, 16 Jan 2025 14:31:54 +0000 (15:31 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 17 Jan 2025 11:56:43 +0000 (12:56 +0100)
commit2e2c6b0b4e8d41d4fca8cc93460a7597646e64d0
treed1f16b5154e155e1649ccdabe3d40900b2cacd67
parent587ce6586cd19d11445bc9dcf49113f14323b1c6
windows: drop dupe macros, detect `CURL_OS` for WinCE ARM, indentation

- setup-win32: drop duplicate `WIN32_LEAN_AND_MEAN` and `NOGDI` macros
  (set earlier in `curl_setup.h`)

- config-win32ce: detect ARM for `CURL_OS` macro.
  Based on: https://cegcc.sourceforge.net/docs/details.html
  It should also apply to MSVC. (untested)

- indentation.

Closes #16029
lib/config-win32ce.h
lib/curl_sspi.h
lib/setup-win32.h
lib/vtls/schannel.c
tests/libtest/lib556.c