Skip to content

Commit 71b9979

Browse files
zzambersOmniBlade
authored andcommitted
Change of _HASHTABLE_H to _GS_HASHTABLE_H to avoid collision with GCC library
1 parent f2958e9 commit 71b9979

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/gamespy/hashtable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _HASHTABLE_H
2-
#define _HASHTABLE_H
1+
#ifndef _GS_HASHTABLE_H
2+
#define _GS_HASHTABLE_H
33

44
/* File: hashtable.h
55
* ------------------
@@ -219,4 +219,4 @@ void TableClear(HashTable table);
219219
}
220220
#endif
221221

222-
#endif //_HASHTABLE_H
222+
#endif //_GS_HASHTABLE_H

0 commit comments

Comments
 (0)