Use asynchronous file dialogs

This commit is contained in:
Jack Andersen
2018-08-29 22:16:37 -10:00
parent 4fc5dfdc76
commit 68f0f2e769
9 changed files with 322 additions and 222 deletions

View File

@@ -318,6 +318,8 @@ std::string AudioGroupDatabase::exportCHeader(std::string_view projectName, std:
char curTmStr[26];
asctime_s(curTmStr, &curTm);
#endif
if (char* ch = strchr(curTmStr, '\n'))
*ch = '\0';
ret += curTmStr;
ret += "\n"
" */\n\n\n"sv;