Commit 3cefe776 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddraw: Remove WINAPI on static functions where not needed.

parent 1c81dbd1
......@@ -764,7 +764,7 @@ static HRESULT WINAPI ddraw1_RestoreDisplayMode(IDirectDraw *iface)
* (Probably others too, have to investigate)
*
*****************************************************************************/
static HRESULT WINAPI ddraw_set_cooperative_level(struct ddraw *ddraw, HWND window,
static HRESULT ddraw_set_cooperative_level(struct ddraw *ddraw, HWND window,
DWORD cooplevel, BOOL restore_mode_on_normal)
{
struct wined3d_surface *rt = NULL, *ds = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment