sync to trunk head (35945)
[reactos.git] / reactos / dll / win32 / kernel32 / misc / stubs.c
index b449895..4309610 100644 (file)
@@ -1503,3 +1503,16 @@ GetNumaAvailableMemoryNode(IN UCHAR Node,
     STUB;
     return FALSE;
 }
+
+BOOL WINAPI TermsrvAppInstallMode(void)
+{
+     STUB;
+     return FALSE;
+}
+
+DWORD WINAPI SetTermsrvAppInstallMode(BOOL bInstallMode)
+{
+    STUB;
+    return 0;
+}
+