File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
GeneralsMD/Code/GameEngine/Source/GameNetwork/GameSpy
Generals/Code/GameEngine/Source/GameNetwork/GameSpy Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ typedef struct tConnInfoStruct {
91
91
unsigned short RemotePort;
92
92
} ConnInfoStruct;
93
93
94
- #ifndef ARRAY_SIZE
95
- #define ARRAY_SIZE (a ) (sizeof (a)/sizeof (a[0 ]))
96
- #endif
97
-
98
94
/* **********************************************************************************************
99
95
* Get_Local_Chat_Connection_Address -- Which address are we using to talk to the chat server? *
100
96
* *
Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ typedef struct tConnInfoStruct {
91
91
unsigned short RemotePort;
92
92
} ConnInfoStruct;
93
93
94
- #ifndef ARRAY_SIZE
95
- #define ARRAY_SIZE (a ) (sizeof (a)/sizeof (a[0 ]))
96
- #endif
97
-
98
94
/* **********************************************************************************************
99
95
* Get_Local_Chat_Connection_Address -- Which address are we using to talk to the chat server? *
100
96
* *
You can’t perform that action at this time.
0 commit comments