mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
lib: add required Win32 setup definitions in setup-win32.h
Assisted-by: Jay Satiro Reviewed-by: Marcel Raad Follow up to #9312 Closes #9375
This commit is contained in:
parent
5e259d7b23
commit
0c68e2545c
2 changed files with 11 additions and 11 deletions
|
|
@ -539,17 +539,6 @@ main() {
|
|||
#ifdef HAVE_WIN32_WINNT
|
||||
/* includes start */
|
||||
#ifdef WIN32
|
||||
/*
|
||||
* Don't include unneeded stuff in Windows headers to avoid compiler
|
||||
* warnings and macro clashes.
|
||||
* Make sure to define this macro before including any Windows headers.
|
||||
*/
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# endif
|
||||
# ifndef NOGDI
|
||||
# define NOGDI
|
||||
# endif
|
||||
# include "../lib/setup-win32.h"
|
||||
#endif
|
||||
/* includes end */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue