mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
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:
parent
c5f97d99c7
commit
840462f583
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user