remove duplicate type definition of FPTR, fix compile on GCC 4.4.7

(other definition is in osdcomm.h, which pmwinmm.c #includes right above the duplicated definition)
This commit is contained in:
Jonathan Gevaryahu 2014-03-12 02:28:49 +00:00
parent c5f97d99c7
commit 840462f583

View File

@ -21,12 +21,6 @@
#include "porttime.h"
#include "osdcomm.h"
#ifdef PTR64
typedef UINT64 FPTR;
#else
typedef UINT32 FPTR;
#endif
/* asserts used to verify portMidi code logic is sound; later may want
something more graceful */
#include <assert.h>