source: trunk/include/wingdi32.h@ 4927

Last change on this file since 4927 was 3863, checked in by sandervl, 25 years ago

updated makefiles for debug & retail odincrt change

File size: 366 bytes
Line 
1/* $Id: wingdi32.h,v 1.2 2000-07-19 18:59:23 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);
13
14#endif //__WINGDI32_H__
Note: See TracBrowser for help on using the repository browser.