[HTTPAPI] Sync with Wine Staging 2.9. CORE-13362
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 3 Jun 2017 19:02:20 +0000 (19:02 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 3 Jun 2017 19:02:20 +0000 (19:02 +0000)
ef975ef httpapi: Add stub for HttpCreateServerSession.

svn path=/trunk/; revision=74800

reactos/dll/win32/httpapi/httpapi.spec
reactos/dll/win32/httpapi/httpapi_main.c
reactos/media/doc/README.WINE

index 4d35c84..cdab28d 100644 (file)
@@ -6,6 +6,7 @@
 @ stub HttpCreateConfigGroup
 @ stub HttpCreateFilter
 @ stdcall HttpCreateHttpHandle(ptr long)
+@ stdcall HttpCreateServerSession(long ptr long)
 @ stub HttpDeleteConfigGroup
 @ stdcall HttpDeleteServiceConfiguration(ptr long ptr long ptr)
 @ stub HttpFilterAccept
index f24807f..13e4810 100644 (file)
@@ -187,3 +187,12 @@ ULONG WINAPI HttpAddUrl( HANDLE handle, PCWSTR url, PVOID reserved )
     FIXME( "(%p, %s, %p): stub!\n", handle, debugstr_w(url), reserved );
     return ERROR_CALL_NOT_IMPLEMENTED;
 }
+
+/***********************************************************************
+ *        HttpCreateServerSession     (HTTPAPI.@)
+ */
+ULONG WINAPI HttpCreateServerSession( HTTPAPI_VERSION version, HTTP_SERVER_SESSION_ID *id, ULONG reserved )
+{
+    FIXME( "({%d,%d}, %p, %d): stub!\n", version.HttpApiMajorVersion, version.HttpApiMinorVersion, id, reserved );
+    return ERROR_ACCESS_DENIED;
+}
index 6f0835a..4b63fa1 100644 (file)
@@ -72,7 +72,7 @@ reactos/dll/win32/gdiplus             # Synced to WineStaging-2.9
 reactos/dll/win32/hhctrl.ocx          # Synced to WineStaging-2.9
 reactos/dll/win32/hlink               # Synced to WineStaging-2.9
 reactos/dll/win32/hnetcfg             # Synced to WineStaging-1.9.16
-reactos/dll/win32/httpapi             # Synced to WineStaging-1.9.11
+reactos/dll/win32/httpapi             # Synced to WineStaging-2.9
 reactos/dll/win32/iccvid              # Synced to WineStaging-2.2
 reactos/dll/win32/ieframe             # Synced to WineStaging-2.2
 reactos/dll/win32/imaadp32.acm        # Synced to WineStaging-2.2