This commit is contained in:
Mark VanderVoord
2024-03-09 20:04:06 -05:00
parent a4fe26cde5
commit 372f60a021
+1 -1
View File
@@ -11,7 +11,7 @@ extern "C"
#define CEXCEPTION_VERSION_MAJOR 1
#define CEXCEPTION_VERSION_MINOR 3
#define CEXCEPTION_VERSION_BUILD 3
#define CEXCEPTION_VERSION_BUILD 4
#define CEXCEPTION_VERSION ((CEXCEPTION_VERSION_MAJOR << 16) | (CEXCEPTION_VERSION_MINOR << 8) | CEXCEPTION_VERSION_BUILD)
//To Use CException, you have a number of options: