source:
trunk/src/gdi32/region.h@
5280
Last change on this file since 5280 was 4223, checked in by , 25 years ago | |
---|---|
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 | |
5 | BOOL InitRegionSpace(); |
6 | |
7 | BOOL WIN32API OSLibDeleteRegion(HANDLE hRegion); |
8 | |
9 | #endif //__REGION_H__ |
Note:
See TracBrowser
for help on using the repository browser.