/platform/win/platform/vars/region.d
http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · a9ee5bf2b2d0006e9b2f29d2b80cd9dc MD5 · raw file
- /*
- * region.d
- *
- * This module has the structure that is kept with a Region class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.region;
- import platform.win.common;
- struct RegionPlatformVars {
- HRGN regionHandle;
- }