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

oldstable
Michael Stefaniuc 2009-01-10 02:45:55 +01:00 committed by Alexandre Julliard
parent 9e296ead7e
commit 7488d8863f
1 changed files with 1 additions and 1 deletions

View File

@ -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