[PATCH 3/3] include: Add MCI_INTEGER64 mci type. (try 3)

Octavian Voicu octavian.voicu at gmail.com
Thu Sep 2 05:52:34 CDT 2010


MCI_INTEGER64 is only defined for _WIN64 in DDK.
---
 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 {
-- 
1.7.0.4




More information about the wine-patches mailing list