File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ namespace Catch {
197
197
return 0 ;
198
198
}
199
199
200
- #if defined(CATCH_CONFIG_WCHAR) && defined(WIN32 ) && defined(UNICODE)
200
+ #if defined(CATCH_CONFIG_WCHAR) && defined(_WIN32 ) && defined(UNICODE)
201
201
int Session::applyCommandLine ( int argc, wchar_t const * const * argv ) {
202
202
203
203
char **utf8Argv = new char *[ argc ];
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ namespace Catch {
26
26
void libIdentify ();
27
27
28
28
int applyCommandLine ( int argc, char const * const * argv );
29
- #if defined(CATCH_CONFIG_WCHAR) && defined(WIN32 ) && defined(UNICODE)
29
+ #if defined(CATCH_CONFIG_WCHAR) && defined(_WIN32 ) && defined(UNICODE)
30
30
int applyCommandLine ( int argc, wchar_t const * const * argv );
31
31
#endif
32
32
You can’t perform that action at this time.
0 commit comments