Browse Source

Merge pull request #934 from Dialga/patch-1

Undefine printf after use
bel2125 4 years ago
parent
commit
855bb5a414
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -3318,3 +3318,4 @@ main(int argc, char *argv[])
 	return EXIT_SUCCESS;
 }
 #endif /* _WIN32 */
+#undef printf