mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:33:37 +03:00
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
This commit is contained in:
parent
587ce6586c
commit
2e2c6b0b4e
5 changed files with 14 additions and 21 deletions
|
|
@ -149,7 +149,7 @@
|
|||
*/
|
||||
|
||||
#ifndef CALG_SHA_256
|
||||
# define CALG_SHA_256 0x0000800c
|
||||
#define CALG_SHA_256 0x0000800c
|
||||
#endif
|
||||
|
||||
#ifndef PKCS12_NO_PERSIST_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue