Browse Source

Update config.h

blueloveTH 2 years ago
parent
commit
2cb1196aee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

@@ -68,7 +68,7 @@ namespace pkpy{
 #pragma warning (disable:4267)
 #pragma warning (disable:4100)
 #pragma warning (disable:4244)
-#define strdup _strdup
+#pragma warning (disable:4996)
 #endif
 
 #ifdef _MSC_VER