Michael Stefaniuc : include: Use LONG instead of long in msacmdrv.h.

Alexandre Julliard julliard at winehq.org
Sat Jan 10 11:16:35 CST 2009


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sat Jan 10 02:45:55 2009 +0100

include: Use LONG instead of long in msacmdrv.h.

---

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

diff --git a/include/msacmdrv.h b/include/msacmdrv.h
index bbb8c8c..46e8ba5 100644
--- a/include/msacmdrv.h
+++ b/include/msacmdrv.h
@@ -38,7 +38,7 @@
  */
 
 #define MAKE_ACM_VERSION(mjr, mnr, bld) \
-  (((long)(mjr)<<24) | ((long)(mnr)<<16) | ((long)bld))
+  (((LONG)(mjr)<<24) | ((LONG)(mnr)<<16) | ((LONG)bld))
 
 #define ACMDRVOPENDESC_SECTIONNAME_CHARS
 




More information about the wine-cvs mailing list