Split up the graphtool files
This commit is contained in:
@@ -24,12 +24,3 @@ inline void move_to_zero(T& val){
|
||||
if(val > 0)
|
||||
val--;
|
||||
}
|
||||
|
||||
// Case-insensitive string comparison seems to be semi-standard, but with different names.
|
||||
#if defined(__APPLE__)
|
||||
#define strnicmp strncasecmp
|
||||
#elif defined(_MSC_VER)
|
||||
#define strnicmp _strnicmp
|
||||
#else
|
||||
#error Missing strnicmp / strncasecmp
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user