mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
Avoid conflict with Apple C++ runtime header nl_types.h
This commit is contained in:
parent
21b4a16edd
commit
4db6e43971
@ -2,12 +2,12 @@
|
||||
// copyright-holders:Couriersud
|
||||
/*!
|
||||
*
|
||||
* \file nl_types.h
|
||||
* \file netlist_types.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef NLTYPES_H_
|
||||
#define NLTYPES_H_
|
||||
#ifndef NETLIST_TYPES_H_
|
||||
#define NETLIST_TYPES_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <unordered_map>
|
||||
@ -51,4 +51,4 @@ namespace netlist
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* NLTYPES_H_ */
|
||||
#endif /* NETLIST_TYPES_H_ */
|
@ -15,7 +15,7 @@
|
||||
#include <mutex>
|
||||
|
||||
#include "nl_config.h"
|
||||
#include "nl_types.h"
|
||||
#include "netlist_types.h"
|
||||
#include "plib/plists.h"
|
||||
#include "plib/pchrono.h"
|
||||
#include "plib/ptypes.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "nl_factory.h"
|
||||
#include "nl_config.h"
|
||||
#include "nl_types.h"
|
||||
#include "netlist_types.h"
|
||||
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user