Go to the documentation of this file.00001 #ifndef _WINRESRC_H
00002 #define _WINRESRC_H
00003
00004 #define WIN32_LEAN_AND_MEAN
00005 #include <winuser.h>
00006 #include <winnt.h>
00007 #include <winver.h>
00008 #include <dde.h>
00009 #include <dlgs.h>
00010 #include <commctrl.h>
00011 #endif