diff options
author | Jaroslav Hensl <jara@hensl.cz> | 2024-07-31 20:10:06 +0200 |
---|---|---|
committer | Jaroslav Hensl <jara@hensl.cz> | 2024-07-31 20:10:06 +0200 |
commit | 3edc12d83254c04554461fdbb310dd46d284c27c (patch) | |
tree | 9a16c7bbea53839280243f372c8c2f63294049a1 /vxd_lib.c | |
parent | be8a59eca43f5de0b25c332f4e7c6f799fce307f (diff) | |
download | vmdisp9x-1.2024.0.73.tar.gz |
DD: surface align was too largev1.2024.0.73
Diffstat (limited to 'vxd_lib.c')
-rw-r--r-- | vxd_lib.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -155,8 +155,6 @@ DWORD Get_VMM_Version() return ver;
}
-static DWORD cs_count = 0;
-
volatile void __cdecl Begin_Critical_Section(ULONG Flags)
{
static ULONG sFlags;
|