Browse Source

reconcile code for MinGW and unix

richarddobson 2 years ago
parent
commit
9f400c4b63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/newsfsys/sfsys.c

+ 1 - 1
dev/newsfsys/sfsys.c

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