source:
trunk/include/winuser32.h@
3707
Last change on this file since 3707 was 3707, checked in by , 25 years ago | |
---|---|
File size: 314 bytes |
Rev | Line | |
---|---|---|
[3707] | 1 | /* $Id: winuser32.h,v 1.1 2000-06-14 13:20:17 sandervl Exp $ */ |
2 | ||
3 | /* | |
4 | * Internal functions exported by user32 | |
5 | * | |
6 | * Project Odin Software License can be found in LICENSE.TXT | |
7 | * | |
8 | */ | |
9 | #ifndef __WINUSER32_H__ | |
10 | #define __WINUSER32_H__ | |
11 | ||
12 | ULONG OSLibGetScreenHeight(); | |
13 | ULONG OSLibGetScreenWidth(); | |
14 | ||
15 | #endif //__WINUSER32_H__ |
Note:
See TracBrowser
for help on using the repository browser.