holdingarea/llvm/llvm-gcc4.2-2.7-x86-mingw32/include/winresrc.h
author Faisal Memon <faisal.memon@nokia.com>
Tue, 21 Sep 2010 18:31:38 +0100
branchbug235_bringup_0
changeset 27 a8768cd5a3d8
parent 20 d2d6724aef32
permissions -rw-r--r--
Fix ROM iby files

#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