Fix win32 somewhat?

This commit is contained in:
2025-04-16 07:39:30 -05:00
parent c831174e18
commit bf3ae1fa02
6 changed files with 65 additions and 6 deletions

View File

@ -16,12 +16,17 @@
#include <TessesFramework/TessesFramework.hpp>
#include <regex>
#include <time.h>
#include <cstdbool>
#define TVM_MAJOR 1
#define TVM_MINOR 0
#define TVM_PATCH 0
#define TVM_BUILD 0
#define TVM_VERSIONSTAGE DevVersion
#if defined(_WIN32)
#undef Yield
#endif
namespace Tesses::CrossLang {
std::string EscapeString(std::string text,bool quote);