mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 12:33:31 +08:00
[DINPUT8] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
32675648dc
commit
e8c6acd13d
@ -18,23 +18,20 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <wine/config.h>
|
||||
//#include <assert.h>
|
||||
//#include <stdarg.h>
|
||||
//#include <string.h>
|
||||
#include "config.h"
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <wine/debug.h>
|
||||
//#include "windef.h"
|
||||
#include <winbase.h>
|
||||
//#include "winerror.h"
|
||||
#include <objbase.h>
|
||||
#include <rpcproxy.h>
|
||||
#include <dinput.h>
|
||||
#include "wine/debug.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "objbase.h"
|
||||
#include "rpcproxy.h"
|
||||
#include "dinput.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dinput);
|
||||
|
||||
|
@ -25,4 +25,4 @@
|
||||
#define WINE_PRODUCTVERSION 5,1,2600,881
|
||||
#define WINE_PRODUCTVERSION_STR "5.1"
|
||||
|
||||
#include <wine/wine_common_ver.rc>
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
@ -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/devenum # 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/dplay # Synced to WineStaging-2.9
|
||||
reactos/dll/directx/wine/dplayx # Synced to WineStaging-2.16
|
||||
|
Loading…
Reference in New Issue
Block a user