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

Michael Stefaniuc mstefani at redhat.de
Fri Jan 9 19:45:55 CST 2009


---
 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
 
-- 
1.6.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090110/5431077e/attachment.pgp 


More information about the wine-patches mailing list