huihui 5 gadi atpakaļ
vecāks
revīzija
ff9a3d3258

+ 5 - 3
source/OtherDemo/mydemo/FilterDemo/src/audioMix.cpp

@@ -6,9 +6,11 @@
 
 #include "audioMix.h"
 
-#ifdef _WIN32
-#define snprintf _snprintf
-#endif
+//#ifdef _WIN32
+//    #ifndef snprintf
+//    #define snprintf _snprintf
+//    #endif
+//#endif
 
 #ifdef __cplusplus
 extern "C"

+ 5 - 3
source/OtherDemo/mydemo/FilterDemo/src/crop.cpp

@@ -6,9 +6,11 @@
 
 #include "crop.h"
 
-#ifdef _WIN32
-#define snprintf _snprintf
-#endif
+//#ifdef _WIN32
+//    #ifndef snprintf
+//    #define snprintf _snprintf
+//    #endif
+//#endif
 
 #ifdef __cplusplus
 extern "C"

+ 1 - 0
source/OtherDemo/mydemo/FilterDemo/src/main.cpp

@@ -5,6 +5,7 @@
  */
 
 #include <stdio.h>
+
 #include "crop.h"
 
 int main(int argc, char* argv[])