Skip to content

Commit e9950c8

Browse files
committed
25.5.2 Some fix
1 parent 5258362 commit e9950c8

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

tewv/Resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#define STRING(str) STRING2(str)
55
#define STRING2(str) #str
66
#define VER_Y 25
7-
#define VER_M 4
8-
#define VER_D 30
7+
#define VER_M 5
8+
#define VER_D 2
99
#define VER_Z 0

tewv/tewv.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,10 +1080,6 @@ STDMETHODIMP CteBase::DoVerb(LONG iVerb, LPMSG lpmsg, IOleClientSite *pActiveSit
10801080
lstrcpy(pszSetting, L"--allow-file-access-from-files --disable-gpu --disable-extensions --disable-features=IsolateOrigins,site-per-process --force-device-scale-factor=1");
10811081
GetTempPath(MAX_PATH, pszDataPath);
10821082
PathAppend(pszDataPath, L"tablacus");
1083-
HDC hdc = GetDC(hwndParent);
1084-
swprintf_s(pszTemp, MAX_PATH, L"wv%d", GetDeviceCaps(hdc, LOGPIXELSY));
1085-
ReleaseDC(hwndParent, hdc);
1086-
PathAppend(pszDataPath, pszTemp);
10871083

10881084
pszProxyServer[0] = NULL;
10891085
pszProxyOverride[0] = NULL;

0 commit comments

Comments
 (0)