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

Last change on this file since 5087 was 4223, checked in by sandervl, 25 years ago

Fixed FS bug in OSLibDeleteRegion

File size: 196 bytes
Line 
1//$Id: region.h,v 1.2 2000-09-08 18:06:33 sandervl Exp $
2#ifndef __REGION_H__
3#define __REGION_H__
4
5BOOL InitRegionSpace();
6
7BOOL WIN32API OSLibDeleteRegion(HANDLE hRegion);
8
9#endif //__REGION_H__
Note: See TracBrowser for help on using the repository browser.