http://bugs.winehq.org/show_bug.cgi?id=9926 Summary: gdi32.dll should not have exported function pointers Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs(a)winehq.org ReportedBy: vitaliy(a)kievinfo.com Blocks: 219 These two pointers are not present on the native systems: @ extern pfnRealizePalette @ extern pfnSelectPalette This causes some code in SafeDisk 3.x to crash dereferencing these pointers. They should be replaced with function calls to get/set them instead. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.