Skip to content

Commit

Permalink
no strtok warning in MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Jul 27, 2023
1 parent 8a1c42b commit 0e335d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_cmdline.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#ifdef _MSC_VER
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#endif
#define CMDLINE_IMPLEMENTATION
#include "cmdline.h"

Expand Down

0 comments on commit 0e335d4

Please sign in to comment.