Skip to content

Commit

Permalink
small fix for monolithic build mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Jun 5, 2023
1 parent d7c5b98 commit 997b67f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/wrapper4tests_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
#include <windows.h>


#if defined(BUILD_MONOLITHIC)
#define main pthw32_all_tests_main
#endif


#ifndef MONOLITHIC_PTHREAD_TESTS

int main(int argc, char **argv)
Expand Down

0 comments on commit 997b67f

Please sign in to comment.