mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[DDRAW]
* Add a note so that this won't be lost. svn path=/trunk/; revision=61850
This commit is contained in:
@@ -879,6 +879,8 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, void *reserved)
|
||||
* an application would unload ddraw from the WM_DESTROY handler for
|
||||
* that window, it would return to unmapped memory and die. Apparently
|
||||
* this is supposed to work on Windows. */
|
||||
|
||||
/* ReactOS r61844: Comment out usage of GET_MODULE_HANDLE_EX_FLAG_PIN because it doesn't work */
|
||||
if (!GetModuleHandleExW(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS /*| GET_MODULE_HANDLE_EX_FLAG_PIN*/,
|
||||
(const WCHAR *)&ddraw_self, &ddraw_self))
|
||||
ERR("Failed to get own module handle.\n");
|
||||
|
||||
Reference in New Issue
Block a user