Browse Source

reconcile code for MinGW and unix

richarddobson 2 năm trước cách đây
mục cha
commit
9f400c4b63
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dev/newsfsys/sfsys.c

+ 1 - 1
dev/newsfsys/sfsys.c

@@ -324,7 +324,7 @@ typedef struct {
 # endif
 #endif
 // RWD TO TEST: on PC/MinGW: this need to be ifndef _WIN32 (or could just be ifndef WAVEFORMATEXTENSIBLE ?) 
-#ifdef _WIN32
+#if 0
 typedef struct {
     WAVEFORMATEX    Format;
     union {