Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#define WINVER 0x0400#define _WIN32_WINDOWS 0x0400#define _WIN32_WINNT 0x0399//#define NTDDI_VERSION 0x0400#define WIN32_LEAN_AND_MEAN#include <windows.h>#define str(s) #s#define xstr(s) str(s)#pragma message("WINVER="xstr(WINVER))#pragma message("_WIN32_WINDOWS="xstr(_WIN32_WINDOWS))#pragma message("_WIN32_WINNT="xstr(_WIN32_WINNT))#pragma message("NTDDI_VERSION="xstr(NTDDI_VERSION))