Prevent duplicate OOVPA's using an alias
Applied this to the EmuXNetGetEthernetLinkStatus errors, works flawlessly. This approach doesn't even need a change in the OOVPATable, which makes this the preferred way to approach this type of problem.
This commit is contained in:
parent
61a3cd60ec
commit
20ed2384b1
|
@ -50,17 +50,7 @@ OOVPA_END;
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
// * XNetGetEthernetLinkStatus
|
// * XNetGetEthernetLinkStatus
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
OOVPA_NO_XREF(XNetGetEthernetLinkStatus_1_0_5344, 8)
|
#define XNetGetEthernetLinkStatus_1_0_5344 XNetGetEthernetLinkStatus_1_0_4627
|
||||||
|
|
||||||
{ 0x08, 0x33 },
|
|
||||||
{ 0x10, 0x8A },
|
|
||||||
{ 0x19, 0x00 },
|
|
||||||
{ 0x22, 0x56 },
|
|
||||||
{ 0x2B, 0xFF },
|
|
||||||
{ 0x34, 0xF0 },
|
|
||||||
{ 0x3D, 0x24 },
|
|
||||||
{ 0x46, 0x5B },
|
|
||||||
OOVPA_END;
|
|
||||||
|
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
// * CXo::XOnlineLogon
|
// * CXo::XOnlineLogon
|
||||||
|
|
|
@ -82,17 +82,7 @@ OOVPA_END;
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
// * XNetGetEthernetLinkStatus
|
// * XNetGetEthernetLinkStatus
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
OOVPA_NO_XREF(XNetGetEthernetLinkStatus_1_0_5849, 8)
|
#define XNetGetEthernetLinkStatus_1_0_5849 XNetGetEthernetLinkStatus_1_0_4627
|
||||||
|
|
||||||
{ 0x08, 0x33 },
|
|
||||||
{ 0x10, 0x8A },
|
|
||||||
{ 0x19, 0x00 },
|
|
||||||
{ 0x22, 0x56 },
|
|
||||||
{ 0x2B, 0xFF },
|
|
||||||
{ 0x34, 0xF0 },
|
|
||||||
{ 0x3D, 0x24 },
|
|
||||||
{ 0x46, 0x5B },
|
|
||||||
OOVPA_END;
|
|
||||||
|
|
||||||
// ******************************************************************
|
// ******************************************************************
|
||||||
// * XOnline_1_0_5849
|
// * XOnline_1_0_5849
|
||||||
|
|
Loading…
Reference in New Issue