[Bug 16320] gensdatapro application does not start

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 16 15:19:17 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=16320


Louis Lenders <xerox_xerox2000 at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |xerox_xerox2000 at yahoo.co.uk
     Ever Confirmed|0                           |1




--- Comment #12 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk>  2009-08-16 15:19:16 ---
confirming. Stupid hack below makes app start, so  indeed a problem in
EnumResourceNamesA i'd say



index f49ea24..4a5c800 100644
--- a/dlls/kernel32/resource.c
+++ b/dlls/kernel32/resource.c
@@ -353,7 +353,7 @@ BOOL WINAPI EnumResourceTypesW( HMODULE hmod,
ENUMRESTYPEPROCW lpfun, LONG_PTR l
  *     EnumResourceNamesA      (KERNEL32.@)
  */
 BOOL WINAPI EnumResourceNamesA( HMODULE hmod, LPCSTR type, ENUMRESNAMEPROCA
lpfun, LONG_PTR lparam )
-{
+{   return 0;
     int i;
     BOOL ret = FALSE;
     DWORD len = 0, newlen;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list