Welcome to mirror list, hosted at ThFree Co, Russian Federation.

winresrc.h « include « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59e0cd062d83cc45c5cdd8c74072ae77df74637c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _WINRESRC_H
#define _WINRESRC_H
#define WIN32_LEAN_AND_MEAN
#include <winuser.h>
#include <winnt.h>
#include <winver.h>
#include <dde.h>
#include <dlgs.h>
#include <commctrl.h>
#endif