[PATCH] explorer: Fix atom leaks caused by not releasing DDE interface
29 Nov
29 Nov
2:47 p.m.
Ralf Habacker <ralf.habacker(a)freenet.de> writes:
+ if (hwnd && graphics_driver) + { + HMODULE shell32; + void (WINAPI *pShellDDEInit)( BOOL ); + if ((shell32 = LoadLibraryA( "shell32.dll" )) && + (pShellDDEInit = (void *)GetProcAddress( shell32, (LPCSTR)188))) + {
You shouldn't need to duplicate that code. -- Alexandre Julliard julliard(a)winehq.org
2574
Age (days ago)
2574
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Ralf Habacker