/* $Id: winuser32.h,v 1.1 2000-06-14 13:20:17 sandervl Exp $ */ /* * Internal functions exported by user32 * * Project Odin Software License can be found in LICENSE.TXT * */ #ifndef __WINUSER32_H__ #define __WINUSER32_H__ ULONG OSLibGetScreenHeight(); ULONG OSLibGetScreenWidth(); #endif //__WINUSER32_H__