Browse Source

use MSC_VER instead of _WINNT_

richarddobson 1 month ago
parent
commit
862dd2f5c9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dev/newinclude/sfsys.h

+ 2 - 1
dev/newinclude/sfsys.h

@@ -301,7 +301,8 @@ extern int sf_getpvxfno(int sfd);     /* RWD: pvsys has separate list of files,
 /* RWD  reduced property size, to assist bad unix progs to read soundifles! */
 /* also, we are reducing dependency on CDP props, through new file formats */
 #define PROPSIZE    (800)       /* size of the property area in hdrs */
-#ifndef _WINNT_                 
+//#ifndef _WINNT_ 
+#ifndef MSC_VER               
 # ifdef MAXSHORT
 #  undef MAXSHORT
 # endif