mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
nick, is this what you meant?
svn:r1740
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
#define strncasecmp strnicmp
|
||||
#define strcasecmp stricmp
|
||||
#define INLINE __inline
|
||||
#define _ARRAYSIZE(x) (((x)==0)?1:0)
|
||||
#define _ARRAYSIZE(x) (((x)==0)?1:(x))
|
||||
/* Windows compilers before VC7 don't have __FUNCTION__. */
|
||||
#if _MSC_VER < 1300
|
||||
#define __FUNCTION__ "???"
|
||||
|
||||
Reference in New Issue
Block a user