include: Add MCI_INTEGER64 mci type.

This commit is contained in:
Octavian Voicu 2010-09-02 13:52:34 +03:00 committed by Alexandre Julliard
parent 196ec5969d
commit 1435ba6766
1 changed files with 4 additions and 0 deletions

View File

@ -380,6 +380,10 @@ typedef JOYDEVMSGPROC *LPJOYDEVMSGPROC;
#define MCI_HPAL 11
#define MCI_HDC 12
#ifdef _WIN64
#define MCI_INTEGER64 13
#endif /* _WIN64 */
#define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
typedef struct {