C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Selectively pluck from header files

From: Julian Waters <tanksherman27_at_[hidden]>
Date: Wed, 3 Jul 2024 18:36:45 +0800
Would #define VC_EXTRALEAN help in your case? This defines
WIN32_LEAN_AND_MEAN, alongside other further suppression of things
that windows.h defines. I will note that this only works with
Microsoft Visual C/C++, and not with compilers like gcc on Windows, in
those cases #define WIN32_LEAN_AND_MEAN is the way to go

best regards,
Julian

Received on 2024-07-03 10:37:37