projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[VERSION] Sync with Wine Staging 1.9.4. CORE-10912
[reactos.git]
/
reactos
/
dll
/
win32
/
version
/
version.c
diff --git
a/reactos/dll/win32/version/version.c
b/reactos/dll/win32/version/version.c
index
b2b0b08
..
43f5c18
100644
(file)
--- a/
reactos/dll/win32/version/version.c
+++ b/
reactos/dll/win32/version/version.c
@@
-1199,7
+1199,6
@@
DWORD WINAPI VerFindFileA(
GetSystemDirectoryA(systemDir, sizeof(systemDir));
curDir = "";
- destDir = "";
if(flags & VFFF_ISSHAREDFILE)
{
@@
-1296,7
+1295,6
@@
DWORD WINAPI VerFindFileW( DWORD flags,LPCWSTR lpszFilename,LPCWSTR lpszWinDir,
GetSystemDirectoryW(systemDir, sizeof(systemDir)/sizeof(WCHAR));
curDir = &emptyW;
- destDir = &emptyW;
if(flags & VFFF_ISSHAREDFILE)
{