More user fixes.
[reactos.git] / reactos / lib / user32 / include / window.h
index 87ef77e..02eb0eb 100644 (file)
@@ -8,3 +8,6 @@
 
 #define IS_ATOM(x) \
   (((ULONG_PTR)(x) > 0x0) && ((ULONG_PTR)(x) < 0x10000))
+
+VOID
+UserSetupInternalPos(VOID);