Migrate a bunch of code out of common.h

Put it into wcstringutil, path, or a new file null_terminated_array.
This commit is contained in:
ridiculousfish
2020-01-15 13:16:43 -08:00
parent 273afca3da
commit 6705a2efc6
25 changed files with 425 additions and 394 deletions

View File

@@ -4,6 +4,8 @@
#include <cwchar>
#include "wcstringutil.h"
/// The set of features applying to this instance.
static features_t global_features;