dinput: Add DISEQUENCE_COMPARE macro.

oldstable
Jesse Allen 2009-08-23 15:07:38 -06:00 committed by Alexandre Julliard
parent 5a5e0e937d
commit a0449a5f64
1 changed files with 2 additions and 0 deletions

View File

@ -634,6 +634,8 @@ typedef BOOL (CALLBACK *LPDIENUMCREATEDEFFECTOBJECTSCALLBACK)(LPDIRECTINPUTEFFEC
#define DIGDD_PEEK 0x00000001
#define DISEQUENCE_COMPARE(dwSq1,cmp,dwSq2) ((int)((dwSq1) - (dwSq2)) cmp 0)
typedef struct DIDEVICEOBJECTDATA_DX3 {
DWORD dwOfs;
DWORD dwData;