* Add a note so that this won't be lost.

svn path=/trunk/; revision=61850
This commit is contained in:
Amine Khaldi 2014-01-27 11:14:28 +00:00
parent c370a35059
commit 9ebfde575a

View file

@ -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");