mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[DINPUT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
7016dd6d65
commit
32675648dc
6 changed files with 54 additions and 12 deletions
|
@ -16,10 +16,19 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#define DIRECTINPUT_VERSION 0x0700
|
||||
|
||||
#define COBJMACROS
|
||||
#include <windows.h>
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <winnls.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "windef.h"
|
||||
#include "wingdi.h"
|
||||
#include "dinput.h"
|
||||
|
||||
#define numObjects(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue