Removed VERSION typedef.
This commit is contained in:
parent
7bcf7b1602
commit
e3869d56b7
|
@ -66,8 +66,6 @@ typedef LRESULT (CALLBACK *DRIVERPROC)(DWORD,HDRVR,UINT,LPARAM,LPARAM);
|
|||
#define MAXERRORLENGTH 128 /* max error text length (including NULL) */
|
||||
#define MAX_JOYSTICKOEMVXDNAME 260
|
||||
|
||||
typedef WORD VERSION; /* major (high byte), minor (low byte) */
|
||||
|
||||
#ifndef _MCIERROR_
|
||||
#define _MCIERROR_
|
||||
typedef DWORD MCIERROR;
|
||||
|
|
Loading…
Reference in New Issue