Skip to content

Commit

Permalink
Merge branch 'fix_win'
Browse files Browse the repository at this point in the history
  • Loading branch information
keithsw1111 committed Jan 21, 2025
2 parents 3f3fe94 + 36adc49 commit cbe8c17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xSchedule/wxJSON/json_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,15 @@
// key/value containers (see the docs: wxJSON internals: array and hash_map
#undef wxJSON_USE_STL
#if defined( wxUSE_STL ) && wxUSE_STL == 1
// #define wxJSON_USE_STL
#ifdef __WXMSW__
#define wxJSON_USE_STL
#endif
#endif
#ifndef wxJSON_USE_STL
#if wxUSE_STD_CONTAINERS
// #define wxJSON_USE_STL
#ifdef __WXMSW__
#define wxJSON_USE_STL
#endif
#endif
#endif

Expand Down

0 comments on commit cbe8c17

Please sign in to comment.