Skip to content

Commit

Permalink
small typo on the ifdef or
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch authored and SanderMertens committed Jul 11, 2024
1 parent b23ec7e commit 2888c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flecs.c
Original file line number Diff line number Diff line change
Expand Up @@ -26590,7 +26590,7 @@ const ecs_member_t* ecs_cpp_last_member(
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#if !defined(_WIN32_WINNT) | _WIN32_WINNT <= 0x502
#if !defined(_WIN32_WINNT) || _WIN32_WINNT <= 0x502
#define WINVER 0x600
#define _WIN32_WINNT WINVER
#endif
Expand Down

0 comments on commit 2888c9f

Please sign in to comment.