Skip to content
Snippets Groups Projects
Commit 47dc5cd1 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

nick, is this what you meant?

svn:r1740
parent 7055f837
No related branches found
No related tags found
No related merge requests found
......@@ -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__ "???"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment