source: trunk/include/winuser32.h@ 3707

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

header update

File size: 314 bytes
Line 
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
12ULONG OSLibGetScreenHeight();
13ULONG OSLibGetScreenWidth();
14
15#endif //__WINUSER32_H__
Note: See TracBrowser for help on using the repository browser.