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

This commit is contained in:
Amine Khaldi 2018-03-08 13:35:22 +01:00
parent 32675648dc
commit e8c6acd13d
3 changed files with 13 additions and 16 deletions

View file

@ -18,23 +18,20 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <wine/config.h> #include "config.h"
//#include <assert.h> #include <assert.h>
//#include <stdarg.h> #include <stdarg.h>
//#include <string.h> #include <string.h>
#define COBJMACROS #define COBJMACROS
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <wine/debug.h> #include "wine/debug.h"
//#include "windef.h" #include "windef.h"
#include <winbase.h> #include "winbase.h"
//#include "winerror.h" #include "winerror.h"
#include <objbase.h> #include "objbase.h"
#include <rpcproxy.h> #include "rpcproxy.h"
#include <dinput.h> #include "dinput.h"
WINE_DEFAULT_DEBUG_CHANNEL(dinput); WINE_DEFAULT_DEBUG_CHANNEL(dinput);

View file

@ -25,4 +25,4 @@
#define WINE_PRODUCTVERSION 5,1,2600,881 #define WINE_PRODUCTVERSION 5,1,2600,881
#define WINE_PRODUCTVERSION_STR "5.1" #define WINE_PRODUCTVERSION_STR "5.1"
#include <wine/wine_common_ver.rc> #include "wine/wine_common_ver.rc"

View file

@ -31,7 +31,7 @@ reactos/dll/directx/wine/d3dxof # Synced to WineStaging-3.3
reactos/dll/directx/wine/ddraw # Synced to WineStaging-3.3 reactos/dll/directx/wine/ddraw # Synced to WineStaging-3.3
reactos/dll/directx/wine/devenum # Synced to WineStaging-3.3 reactos/dll/directx/wine/devenum # Synced to WineStaging-3.3
reactos/dll/directx/wine/dinput # Synced to WineStaging-3.3 reactos/dll/directx/wine/dinput # Synced to WineStaging-3.3
reactos/dll/directx/wine/dinput8 # Synced to WineStaging-2.9 reactos/dll/directx/wine/dinput8 # Synced to WineStaging-3.3
reactos/dll/directx/wine/dmusic # Synced to WineStaging-2.9 reactos/dll/directx/wine/dmusic # Synced to WineStaging-2.9
reactos/dll/directx/wine/dplay # Synced to WineStaging-2.9 reactos/dll/directx/wine/dplay # Synced to WineStaging-2.9
reactos/dll/directx/wine/dplayx # Synced to WineStaging-2.16 reactos/dll/directx/wine/dplayx # Synced to WineStaging-2.16