mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
[VERSION] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69981
This commit is contained in:
parent
454f792a6d
commit
c8312b5095
2 changed files with 3 additions and 3 deletions
|
@ -1372,7 +1372,7 @@ _fetch_versioninfo(LPSTR fn,VS_FIXEDFILEINFO **vffi) {
|
||||||
alloclen = 1000;
|
alloclen = 1000;
|
||||||
buf=HeapAlloc(GetProcessHeap(), 0, alloclen);
|
buf=HeapAlloc(GetProcessHeap(), 0, alloclen);
|
||||||
if(buf == NULL) {
|
if(buf == NULL) {
|
||||||
WARN("Memory exausted while fetching version info!\n");
|
WARN("Memory exhausted while fetching version info!\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
while (1) {
|
while (1) {
|
||||||
|
@ -1386,7 +1386,7 @@ _fetch_versioninfo(LPSTR fn,VS_FIXEDFILEINFO **vffi) {
|
||||||
HeapFree(GetProcessHeap(), 0, buf);
|
HeapFree(GetProcessHeap(), 0, buf);
|
||||||
buf = HeapAlloc(GetProcessHeap(), 0, alloclen);
|
buf = HeapAlloc(GetProcessHeap(), 0, alloclen);
|
||||||
if(buf == NULL) {
|
if(buf == NULL) {
|
||||||
WARN("Memory exausted while fetching version info!\n");
|
WARN("Memory exhausted while fetching version info!\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -196,7 +196,7 @@ reactos/dll/win32/urlmon # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/usp10 # Synced to WineStaging-1.7.47
|
reactos/dll/win32/usp10 # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/uxtheme # Forked
|
reactos/dll/win32/uxtheme # Forked
|
||||||
reactos/dll/win32/vbscript # Synced to WineStaging-1.7.47
|
reactos/dll/win32/vbscript # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/version # Synced to WineStaging-1.7.47
|
reactos/dll/win32/version # Synced to WineStaging-1.7.55
|
||||||
reactos/dll/win32/vssapi # Synced to WineStaging-1.7.47
|
reactos/dll/win32/vssapi # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/wbemdisp # Synced to WineStaging-1.7.47
|
reactos/dll/win32/wbemdisp # Synced to WineStaging-1.7.47
|
||||||
reactos/dll/win32/wbemprox # Synced to WineStaging-1.7.47
|
reactos/dll/win32/wbemprox # Synced to WineStaging-1.7.47
|
||||||
|
|
Loading…
Reference in a new issue