This commit is contained in:
DavidXanatos 2022-03-20 16:32:37 +01:00
parent fb24541c82
commit e860a75f49
3 changed files with 7 additions and 7 deletions

View File

@ -21,8 +21,8 @@
#ifndef _MY_VERSION_H
#define _MY_VERSION_H
#define MY_VERSION_BINARY 5,55,13
#define MY_VERSION_STRING "5.55.13"
#define MY_VERSION_BINARY 5,55,14
#define MY_VERSION_STRING "5.55.14"
#define MY_VERSION_COMPAT "5.55.0" // this refers to the driver ABI compatibility
// These #defines are used by either Resource Compiler or NSIS installer

View File

@ -175,10 +175,10 @@ _FX BOOL WINAPI DllMain(
Gui_ResetClipCursor();
}
#ifdef _WIN64
// cleanup CS
DeleteCriticalSection(&VT_CriticalSection);
#endif
//#ifdef _WIN64
// // cleanup CS
// DeleteCriticalSection(&VT_CriticalSection);
//#endif
}

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1
#define VERSION_MIN 0
#define VERSION_REV 13
#define VERSION_REV 14
#define VERSION_UPD 0
#ifndef STR