update for HEAD-2002110701
[reactos.git] / lib / user32 / windows / prop.c
index 9de81de..6ca29d1 100644 (file)
@@ -118,7 +118,7 @@ RemovePropA(HWND hWnd, LPCSTR lpString)
     }
   else
     {
-      Ret = RemovePropW(hWnd, lpWString);
+      Ret = RemovePropW(hWnd, (LPCWSTR)lpString);
     }
   return(Ret);
 }