Skip to content

Commit

Permalink
remove unnecessary extended define macro
Browse files Browse the repository at this point in the history
  • Loading branch information
RadWolfie committed Nov 7, 2021
1 parent 8a59f63 commit f0315ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/xref/list_xref.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,7 @@ typedef enum _XRefDatabaseOffset {
XREF_KT_COUNT,
// // END - DO NOT REARRANGE (kernel thunk)

#define XREF_SYMBOL(e) XREF_##e,
#define XREF_SYMBOL_EX(e, str) XREF_##e,
#define XREF_SYMBOL(e) XREF_##e,
#include "d3d8.def"
#include "d3d8ltcg.def"
#include "dsound.def"
Expand All @@ -418,7 +417,6 @@ typedef enum _XRefDatabaseOffset {
#include "xnet.def"
#include "xonline.def"
#undef XREF_SYMBOL
#undef XREF_SYMBOL_EX

XREF_COUNT // XREF_COUNT must always be last.
// Also, if XREF_COUNT > sizeof(uint16), enlarge struct OOVPA.XRefSaveIndex (and Value somehow)
Expand Down

0 comments on commit f0315ea

Please sign in to comment.