Module: wine Branch: master Commit: 1435ba6766c24261d4b0d8ed71d956bab77c5e12 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1435ba6766c24261d4b0d8ed71...
Author: Octavian Voicu octavian.voicu@gmail.com Date: Thu Sep 2 13:52:34 2010 +0300
include: Add MCI_INTEGER64 mci type.
---
include/mmddk.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/mmddk.h b/include/mmddk.h index d3593b0..f7e260f 100644 --- a/include/mmddk.h +++ b/include/mmddk.h @@ -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 {