home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
temacd
/
devc++
/
devcpp-4.9.9.2_setup.exe
/
winresrc.h
< prev
next >
Wrap
C/C++ Source or Header
|
2005-01-29
|
243b
|
15 lines
#ifndef _WINRESRC_H
#define _WINRESRC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define WIN32_LEAN_AND_MEAN
#include <winuser.h>
#include <winnt.h>
#include <winver.h>
#include <dde.h>
#include <dlgs.h>
#include <commctrl.h>
#endif