Sync to trunk head (r42241)
[reactos.git] / reactos / dll / win32 / kernel32 / misc / stubs.c
index 4c73e9a..0cb8241 100644 (file)
@@ -1276,3 +1276,16 @@ UnregisterConsoleIME(VOID)
     STUB;
     return FALSE;
 }
+
+BOOL WINAPI TermsrvAppInstallMode(void)
+{
+     STUB;
+     return FALSE;
+}
+
+DWORD WINAPI SetTermsrvAppInstallMode(BOOL bInstallMode)
+{
+    STUB;
+    return 0;
+}
+