Author: akhaldi
Date: Mon Jan 27 11:14:28 2014
New Revision: 61850
URL:
http://svn.reactos.org/svn/reactos?rev=61850&view=rev
Log:
[DDRAW]
* Add a note so that this won't be lost.
Modified:
trunk/reactos/dll/directx/wine/ddraw/main.c
Modified: trunk/reactos/dll/directx/wine/ddraw/main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/wine/ddraw/mai…
==============================================================================
--- trunk/reactos/dll/directx/wine/ddraw/main.c [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/wine/ddraw/main.c [iso-8859-1] Mon Jan 27 11:14:28 2014
@@ -879,6 +879,8 @@
* 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");