:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / user32 / include / window.h
1 /*
2  * COPYRIGHT:   See COPYING in the top level directory
3  * PROJECT:     ReactOS user32.dll
4  * FILE:        include/window.h
5  * PURPOSE:     Window management definitions
6  */
7 #include <windows.h>
8
9 #define IS_ATOM(x) \
10   (((ULONG_PTR)(x) > 0x0) && ((ULONG_PTR)(x) < 0x10000))
11
12 VOID
13 UserSetupInternalPos(VOID);