Skip to content

Commit a04645d

Browse files
committed
VS does not support zero-length arrays
svn path=/trunk/mono/; revision=139666
1 parent 1163a48 commit a04645d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
#define MONO_XEN_OPT 1
540540

541541
/* Length of zero length arrays */
542-
/* #undef MONO_ZERO_ARRAY_LENGTH */
542+
#define MONO_ZERO_LEN_ARRAY 1
543543

544544
/* Name of /dev/random */
545545
#define NAME_DEV_RANDOM ""

0 commit comments

Comments
 (0)