Jörg Höhle : include: Define DRV_MCI_FIRST.

Alexandre Julliard julliard at winehq.org
Fri May 13 11:17:50 CDT 2011


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

Author: Jörg Höhle <hoehle at users.sourceforge.net>
Date:   Wed Dec 15 21:18:47 2010 +0100

include: Define DRV_MCI_FIRST.

---

 include/mmsystem.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/mmsystem.h b/include/mmsystem.h
index 4631762..ef74c75 100644
--- a/include/mmsystem.h
+++ b/include/mmsystem.h
@@ -200,6 +200,8 @@ typedef struct mmtime_tag {
 #define DRV_POWER               0x000F
 
 #define DRV_RESERVED            0x0800
+#define DRV_MCI_FIRST           DRV_RESERVED
+#define DRV_MCI_LAST            (0xFFF + DRV_MCI_FIRST)
 #define DRV_USER                0x4000
 
 #define DRVCNF_CANCEL           0x0000




More information about the wine-cvs mailing list