Fix win32 somewhat?
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user