0xa1baa1baa1baa1ba on Nostr: ``` #define WIN32_LEAN_AND_MEAN #define NOWINRES #define NOSERVICE #define NOMCX ...
```
#define WIN32_LEAN_AND_MEAN
#define NOWINRES
#define NOSERVICE
#define NOMCX
#define NOIME
#include <windows.h>
```
As a programmer who actually never programmed anything specifically for Windows, this set of macros feels so random and magic.
And kinda tells the main issue of headers.
#define WIN32_LEAN_AND_MEAN
#define NOWINRES
#define NOSERVICE
#define NOMCX
#define NOIME
#include <windows.h>
```
As a programmer who actually never programmed anything specifically for Windows, this set of macros feels so random and magic.
And kinda tells the main issue of headers.