source: trunk/include/wingdi32.h@ 5462

Last change on this file since 5462 was 5388, checked in by sandervl, 24 years ago

header update

File size: 409 bytes
Line 
1/* $Id: wingdi32.h,v 1.3 2001-03-27 20:46:34 sandervl Exp $ */
2
3/*
4 * Internal functions exported by gdi32
5 *
6 * Project Odin Software License can be found in LICENSE.TXT
7 *
8 */
9#ifndef __WINGDI32_H__
10#define __WINGDI32_H__
11
12BOOL WIN32API setWinDeviceRegionFromPMDeviceRegion(HRGN winHrgn, HRGN pmHrgn, pDCData pHpsPmHrgn, HWND hwndPmHrgn);
13VOID WIN32API UnselectGDIObjects(HDC hdc);
14
15#endif //__WINGDI32_H__
Note: See TracBrowser for help on using the repository browser.