Skip to content

Commit

Permalink
fixed msvc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Feb 23, 2024
1 parent 9e0d6b4 commit e221eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#endif

#include "greatest.h"

GREATEST_MAIN_DEFS();
Expand Down

0 comments on commit e221eab

Please sign in to comment.