include: Add MCI_INTEGER64 mci type.
This commit is contained in:
parent
196ec5969d
commit
1435ba6766
|
@ -380,6 +380,10 @@ typedef JOYDEVMSGPROC *LPJOYDEVMSGPROC;
|
||||||
#define MCI_HPAL 11
|
#define MCI_HPAL 11
|
||||||
#define MCI_HDC 12
|
#define MCI_HDC 12
|
||||||
|
|
||||||
|
#ifdef _WIN64
|
||||||
|
#define MCI_INTEGER64 13
|
||||||
|
#endif /* _WIN64 */
|
||||||
|
|
||||||
#define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
|
#define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue