From 679cd0bc092e85305f8e221572c9e18d84d34e15 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 30 Aug 2008 00:41:21 +0000 Subject: [PATCH] add needed ros specific exports back to user32.spec svn path=/branches/ros-amd64-bringup/; revision=35778 --- reactos/dll/win32/user32/user32.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/dll/win32/user32/user32.spec b/reactos/dll/win32/user32/user32.spec index 4e5ddc5c2ae..ccca3b171f4 100644 --- a/reactos/dll/win32/user32/user32.spec +++ b/reactos/dll/win32/user32/user32.spec @@ -767,3 +767,7 @@ @ varargs wsprintfW(wstr wstr) @ stdcall wvsprintfA(ptr str ptr) @ stdcall wvsprintfW(ptr wstr ptr) + +# ROS specific exports +@ stdcall PrivateCsrssManualGuiCheck(long) +@ stdcall PrivateCsrssInitialized()