mirror of
https://github.com/decompals/wibo.git
synced 2025-12-18 01:15:37 +00:00
Support ProDC NgcAs.exe (#57)
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
namespace version {
|
||||
unsigned int WIN_FUNC GetFileVersionInfoSizeA(const char* lptstrFilename, unsigned int* outZero) {
|
||||
DEBUG_LOG("GetFileVersionInfoSizeA %s\n", lptstrFilename);
|
||||
*outZero = 0;
|
||||
if (outZero != NULL) {
|
||||
*outZero = 0;
|
||||
}
|
||||
wibo::lastError = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user