Colin Snover b9a649c3e1 GUI: Replace use of strdup with Common::String
strdup is a POSIX API, not an ANSI C API. It is not available with
-std=c++11 on newlib-based systems, and VS 2015 will throw errors
unless it is #defined to alias to _strdup or unless deprecation
warnings are turned off (which is not a good idea in general).
Common::String is a safer and potentially faster (due to small
string optimisation) alternative, so prefer it instead.
2018-08-18 16:30:05 +02:00
..
2018-03-28 12:28:12 +02:00
2018-03-12 11:46:04 +01:00
2018-05-28 20:55:00 +01:00
2018-03-28 12:47:23 +02:00