소스 검색

Merge pull request #934 from Dialga/patch-1

Undefine printf after use
bel2125 4 년 전
부모
커밋
855bb5a414
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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