[ROSTESTS]
[reactos.git] / rostests / dxtest / ddraw / helper.cpp
index 92bf3aa..3d6e1fd 100644 (file)
@@ -1,6 +1,6 @@
 #include "ddrawtest.h"
 
-LONG WINAPI BasicWindowProc (HWND hwnd, UINT message, UINT wParam, LONG lParam)
+LRESULT WINAPI BasicWindowProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 {
        switch (message)
        {