1.0.14
This commit is contained in:
parent
fb24541c82
commit
e860a75f49
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue