atl: Protect atlwin.h against multiple inclusions.

oldstable
Francois Gouget 2007-02-06 10:19:16 +01:00 committed by Alexandre Julliard
parent b230cce9cb
commit a7f7812be9
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_ATLWIN_H__
#define __WINE_ATLWIN_H__
typedef struct _ATL_WNDCLASSINFOA_TAG
{
WNDCLASSEXA m_wc;
@ -46,3 +49,5 @@ ATOM WINAPI AtlModuleRegisterWndClassInfoW(_ATL_MODULEW *pm, _ATL_WNDCLASSINFOW
HDC WINAPI AtlCreateTargetDC(HDC hdc, DVTARGETDEVICE *ptd);
void WINAPI AtlHiMetricToPixel(const SIZEL *lpSizeInHiMetric, LPSIZEL lpSizeInPix);
void WINAPI AtlPixelToHiMetric(const SIZEL *lpSizeInPix, LPSIZEL lpSizeInHiMetric);
#endif /* __WINE_ATLWIN_H__ */