Octavian Voicu : include: Add MCI_INTEGER64 mci type.

Alexandre Julliard julliard at winehq.org
Thu Sep 2 12:01:25 CDT 2010


Module: wine
Branch: master
Commit: 1435ba6766c24261d4b0d8ed71d956bab77c5e12
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1435ba6766c24261d4b0d8ed71d956bab77c5e12

Author: Octavian Voicu <octavian.voicu at 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 {




More information about the wine-cvs mailing list