DD_WindowProc     235 modules/dx_hw/dx_hw.h LRESULT APIENTRY DD_WindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
DD_WindowProc     552 modules/dx_hw/dx_video.c 		SetWindowLongPtr(dd->os_hwnd, GWLP_WNDPROC, (LPARAM) DD_WindowProc);
DD_WindowProc     554 modules/dx_hw/dx_video.c 		SetWindowLong(dd->os_hwnd, GWL_WNDPROC, (DWORD) DD_WindowProc);
DD_WindowProc     922 modules/dx_hw/dx_window.c 	wc.lpfnWndProc = DD_WindowProc;
DD_WindowProc    1079 modules/dx_hw/dx_window.c 			SetWindowLongPtr(ctx->os_hwnd, GWLP_WNDPROC, (LONG_PTR) DD_WindowProc);
DD_WindowProc    1082 modules/dx_hw/dx_window.c 			SetWindowLong(ctx->os_hwnd, GWL_WNDPROC, (LONG) DD_WindowProc);