source: trunk/src/gdi32/region.h@ 10367

Last change on this file since 10367 was 7074, checked in by sandervl, 24 years ago

destroy region presentation space during unload

File size: 223 bytes
Line 
1//$Id: region.h,v 1.3 2001-10-16 11:40:19 sandervl Exp $
2#ifndef __REGION_H__
3#define __REGION_H__
4
5BOOL InitRegionSpace();
6void DestroyRegionSpace();
7
8BOOL WIN32API OSLibDeleteRegion(HANDLE hRegion);
9
10#endif //__REGION_H__
Note: See TracBrowser for help on using the repository browser.