mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
86f_dsk.h: Fix build error with certain libraries
This commit is contained in:
parent
add6b45152
commit
83c3e33f96
@ -14,6 +14,9 @@
|
|||||||
|
|
||||||
#include "flopimg.h"
|
#include "flopimg.h"
|
||||||
|
|
||||||
|
// workaround for conflict with glibc/bits/endian.h
|
||||||
|
#undef BIG_ENDIAN
|
||||||
|
|
||||||
class _86f_format : public floppy_image_format_t
|
class _86f_format : public floppy_image_format_t
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user