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@winehq.org ReportedBy: vitaliy@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.