Sync to trunk head (35333)
[reactos.git] / reactos / dll / win32 / kernel32 / misc / stubs.c
index 754f2fa..125177f 100644 (file)
@@ -1402,3 +1402,15 @@ Wow64RevertWow64FsRedirection (VOID * pv)
     STUB;
     return FALSE;
 }
+
+BOOL WINAPI TermsrvAppInstallMode(void)
+{
+     STUB;
+     return FALSE;
+}
+
+DWORD WINAPI SetTermsrvAppInstallMode(BOOL bInstallMode)
+{
+    STUB;
+    return 0;
+}