source: trunk/include/wingdi32.h@ 6552

Last change on this file since 6552 was 6435, checked in by sandervl, 24 years ago

header update

File size: 454 bytes
Line 
1/* $Id: wingdi32.h,v 1.4 2001-08-02 14:49:03 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);
14BOOL OSLibGpiSetCp(HDC hdc, ULONG codepage);
15
16#endif //__WINGDI32_H__
Note: See TracBrowser for help on using the repository browser.