Skip to content

Commit 586bbc6

Browse files
rapMURX123pkoning2
authored andcommitted
Fix bug in bool typedef related to slirp_glue
1 parent b7a1656 commit 586bbc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slirp_glue/config-host.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typedef int SOCKET;
1212
#endif
1313

1414
#ifndef __cplusplus
15-
#if __STDC_VERSION__ >= 202300L
15+
#if __STDC_VERSION__ < 202300L
1616
typedef int bool;
1717
#endif
1818
#endif

0 commit comments

Comments
 (0)