[TAPI32] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 23 Mar 2018 11:31:40 +0000 (12:31 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 23 Mar 2018 11:31:40 +0000 (12:31 +0100)
dll/win32/tapi32/assisted.c
dll/win32/tapi32/internal.c
dll/win32/tapi32/line.c
dll/win32/tapi32/phone.c
dll/win32/tapi32/precomp.h
dll/win32/tapi32/tapi32.spec
media/doc/README.WINE

index aab6863..57c24e8 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#include "config.h"
+#include "wine/port.h"
+
+#include <stdarg.h>
+#include <stdio.h>
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winreg.h"
+#include "objbase.h"
+#include "tapi.h"
+#include "wine/unicode.h"
+#include "wine/debug.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(tapi);
 
 /***********************************************************************
  *      tapiGetLocationInfoW (TAPI32.@)
index c94d8be..53146d4 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "precomp.h"
 
+WINE_DEFAULT_DEBUG_CHANNEL(tapi);
+
 /***********************************************************************
  *             internalConfig (TAPI32.@)
  */
index f8e5aae..c0e25ba 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#include <string.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winreg.h"
+#include "winnls.h"
+#include "winerror.h"
+#include "objbase.h"
+#include "tapi.h"
+#include "wine/debug.h"
+#include "wine/unicode.h"
+
+WINE_DEFAULT_DEBUG_CHANNEL(tapi);
 
 /* registry keys */
 static const char szCountrylistKey[] =
index c03c3cc..ed40a62 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "precomp.h"
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "objbase.h"
+#include "tapi.h"
+#include "wine/debug.h"
 
 /*
  * Additional TSPI functions:
@@ -28,6 +34,7 @@
  * - TSPI_ProviderEnumDevices
  * - TSPI_ProviderConfig
 */
+WINE_DEFAULT_DEBUG_CHANNEL(tapi);
 
 /***********************************************************************
  *             phoneClose (TAPI32.@)
index 031a8ca..e51c67b 100644 (file)
@@ -1,3 +1,4 @@
+
 #ifndef _TAPI32_PCH_
 #define _TAPI32_PCH_
 
@@ -18,6 +19,4 @@
 #include <wine/unicode.h>
 #include <wine/debug.h>
 
-WINE_DEFAULT_DEBUG_CHANNEL(tapi);
-
-#endif /* _TAPI32_PCH_ */
+#endif /* !_TAPI32_PCH_ */
index dafc6ff..7148df7 100644 (file)
 @ stdcall phoneGetVolume(long long ptr)
 @ stdcall phoneInitialize(ptr long ptr str ptr)
 @ stdcall phoneInitializeExA(ptr long ptr str ptr ptr ptr)
-@ stdcall phoneInitializeExW(ptr long ptr str ptr ptr ptr)
+@ stdcall phoneInitializeExW(ptr long ptr wstr ptr ptr ptr)
 @ stdcall phoneNegotiateAPIVersion(long long long long ptr ptr)
 @ stdcall phoneNegotiateExtVersion(long long long long long ptr)
 @ stdcall phoneOpen(long long ptr long long long long)
 @ stdcall tapiGetLocationInfo(str str) tapiGetLocationInfoA
 @ stdcall tapiGetLocationInfoA(str str)
 @ stdcall tapiGetLocationInfoW(wstr wstr)
-@ stub tapiRequestDrop
+@ stub    tapiRequestDrop
 @ stdcall tapiRequestMakeCall(str str str str) tapiRequestMakeCallA
 @ stdcall tapiRequestMakeCallA(str str str str)
 @ stub tapiRequestMakeCallW
-@ stub tapiRequestMediaCall
+@ stub    tapiRequestMediaCall
 @ stub tapiRequestMediaCallA
 @ stub tapiRequestMediaCallW
index fe8fd67..10480ed 100644 (file)
@@ -183,7 +183,7 @@ reactos/dll/win32/stdole32.tlb        # Synced to WineStaging-3.3
 reactos/dll/win32/sti                 # Synced to WineStaging-3.3
 reactos/dll/win32/sxs                 # Synced to WineStaging-3.3
 reactos/dll/win32/t2embed             # Synced to WineStaging-3.3
-reactos/dll/win32/tapi32              # Synced to WineStaging-2.9
+reactos/dll/win32/tapi32              # Synced to WineStaging-3.3
 reactos/dll/win32/traffic             # Synced to WineStaging-2.9
 reactos/dll/win32/twain_32            # Synced to Wine-3.0
 reactos/dll/win32/updspapi            # Synced to WineStaging-2.9