[WIN32K][WIN32U] Fix system call ids (#5287)
[reactos.git] / win32ss / user / ntuser / ntstubs.c
index 8f1a678..e301c81 100644 (file)
@@ -949,6 +949,15 @@ BOOL APIENTRY NtUserGetUpdatedClipboardFormats(
     return FALSE;
 }
 
+LONG_PTR
+APIENTRY
+NtUserSetClassLongPtr(
+    VOID)
+{
+    STUB;
+    return 0;
+}
+
 // Yes, I know, these do not belong here, just tell me where to put them
 BOOL
 APIENTRY
@@ -960,6 +969,15 @@ NtGdiMakeObjectXferable(
     return 0;
 }
 
+BOOL
+APIENTRY
+NtGdiMakeObjectUnXferable(
+    _In_ HANDLE hHandle)
+{
+    STUB;
+    return 0;
+}
+
 DWORD
 APIENTRY
 NtDxEngGetRedirectionBitmap(