Reactos

[ITSS] Sync with Wine Staging 3.3. CORE-14434

+103 -15
+14 -1
dll/win32/itss/chm_lib.c
··· 54 54 * * 55 55 ***************************************************************************/ 56 56 57 - #include "precomp.h" 57 + #include "config.h" 58 + #include "wine/port.h" 59 + 60 + #include <stdarg.h> 61 + #include <stdio.h> 62 + #include <stdlib.h> 63 + #include <string.h> 64 + 65 + #include "windef.h" 66 + #include "winbase.h" 67 + #include "wine/unicode.h" 68 + 69 + #include "chm_lib.h" 70 + #include "lzx.h" 58 71 59 72 #define CHM_ACQUIRE_LOCK(a) do { \ 60 73 EnterCriticalSection(&(a)); \
+23 -2
dll/win32/itss/itss.c
··· 21 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 22 22 */ 23 23 24 - #include "precomp.h" 24 + #include "config.h" 25 + 26 + #include <stdarg.h> 27 + #include <stdio.h> 28 + 29 + #define COBJMACROS 30 + 31 + #include "windef.h" 32 + #include "winbase.h" 33 + #include "winuser.h" 34 + #include "winreg.h" 35 + #include "ole2.h" 36 + #include "rpcproxy.h" 37 + #include "advpub.h" 25 38 26 - #include <rpcproxy.h> 39 + #include "wine/unicode.h" 40 + #include "wine/debug.h" 41 + 42 + #include "itsstor.h" 43 + 44 + #include "initguid.h" 45 + #include "wine/itss.h" 46 + 47 + WINE_DEFAULT_DEBUG_CHANNEL(itss); 27 48 28 49 static HRESULT ITSS_create(IUnknown *pUnkOuter, LPVOID *ppObj); 29 50
+8 -1
dll/win32/itss/lzx.c
··· 35 35 * 36 36 ***************************************************************************/ 37 37 38 - #include "precomp.h" 38 + #include "lzx.h" 39 + #include <stdarg.h> 40 + #include <stdio.h> 41 + #include <stdlib.h> 42 + #include <string.h> 43 + 44 + #include "windef.h" 45 + #include "winbase.h" 39 46 40 47 /* sized types */ 41 48 typedef unsigned char UBYTE; /* 8 bits exactly */
+18 -2
dll/win32/itss/moniker.c
··· 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 21 */ 22 22 23 - #include "precomp.h" 23 + #include "config.h" 24 24 25 - #include <oleidl.h> 25 + #include <stdarg.h> 26 + #include <stdio.h> 27 + 28 + #define COBJMACROS 29 + 30 + #include "windef.h" 31 + #include "winbase.h" 32 + #include "winuser.h" 33 + #include "ole2.h" 34 + 35 + #include "wine/itss.h" 36 + #include "wine/unicode.h" 37 + #include "wine/debug.h" 38 + 39 + #include "itsstor.h" 40 + 41 + WINE_DEFAULT_DEBUG_CHANNEL(itss); 26 42 27 43 /*****************************************************************************/ 28 44
+2 -3
dll/win32/itss/precomp.h
··· 1 + 1 2 #ifndef _ITSS_PCH_ 2 3 #define _ITSS_PCH_ 3 4 ··· 18 19 19 20 #include <wine/itss.h> 20 21 #include <wine/unicode.h> 21 - 22 22 #include <wine/debug.h> 23 - WINE_DEFAULT_DEBUG_CHANNEL(itss); 24 23 25 24 #include "chm_lib.h" 26 25 #include "itsstor.h" 27 26 #include "lzx.h" 28 27 29 - #endif /* _ITSS_PCH_ */ 28 + #endif /* !_ITSS_PCH_ */
+17 -4
dll/win32/itss/protocol.c
··· 16 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 17 17 */ 18 18 19 - #include "precomp.h" 19 + #include <stdarg.h> 20 + 21 + #define COBJMACROS 22 + 23 + #include "windef.h" 24 + #include "winbase.h" 25 + #include "winuser.h" 26 + #include "winreg.h" 27 + #include "ole2.h" 28 + #include "urlmon.h" 29 + #include "shlwapi.h" 30 + #include "itsstor.h" 31 + #include "chm_lib.h" 20 32 21 - #include <winreg.h> 22 - #include <urlmon.h> 23 - #include <shlwapi.h> 33 + #include "wine/debug.h" 34 + #include "wine/unicode.h" 35 + 36 + WINE_DEFAULT_DEBUG_CHANNEL(itss); 24 37 25 38 typedef struct { 26 39 IInternetProtocol IInternetProtocol_iface;
+20 -1
dll/win32/itss/storage.c
··· 20 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 21 */ 22 22 23 - #include "precomp.h" 23 + #include "config.h" 24 + 25 + #include <stdarg.h> 26 + #include <stdio.h> 27 + 28 + #define COBJMACROS 29 + 30 + #include "windef.h" 31 + #include "winbase.h" 32 + #include "winuser.h" 33 + #include "ole2.h" 34 + 35 + #include "chm_lib.h" 36 + #include "itsstor.h" 37 + 38 + #include "wine/itss.h" 39 + #include "wine/unicode.h" 40 + #include "wine/debug.h" 41 + 42 + WINE_DEFAULT_DEBUG_CHANNEL(itss); 24 43 25 44 /************************************************************************/ 26 45
+1 -1
media/doc/README.WINE
··· 84 84 reactos/dll/win32/inseng # Synced to WineStaging-3.3 85 85 reactos/dll/win32/iphlpapi # Out of sync 86 86 reactos/dll/win32/itircl # Synced to WineStaging-3.3 87 - reactos/dll/win32/itss # Synced to Wine-3.0 87 + reactos/dll/win32/itss # Synced to WineStaging-3.3 88 88 reactos/dll/win32/jscript # Synced to Wine-3.0 89 89 reactos/dll/win32/jsproxy # Synced to WineStaging-2.16 90 90 reactos/dll/win32/loadperf # Synced to WineStaging-2.9