[WINED3D]

Fix build

svn path=/branches/cmake-bringup/; revision=50762
This commit is contained in:
Timo Kreuzer 2011-02-16 20:50:12 +00:00
parent a95f4bb427
commit 9eac3c415c

View file

@ -1,4 +1,4 @@
/*
/*
* Copyright 2002-2003 The wine-d3d team
* Copyright 2002-2003 Jason Edmeades
* Copyright 2002-2003 Raphael Junqueira
@ -3374,7 +3374,15 @@ interface IWineD3DDevice : IUnknown
);
}
#ifdef __midl
IWineD3D * __stdcall WineDirect3DCreate(UINT dxVersion, void *parent);
IWineD3DClipper * __stdcall WineDirect3DCreateClipper(void);
void __stdcall wined3d_mutex_lock(void);
void __stdcall wined3d_mutex_unlock(void);
#else
IWineD3D *WineDirect3DCreate(UINT dxVersion, void *parent);
IWineD3DClipper *WineDirect3DCreateClipper(void);
void wined3d_mutex_lock(void);
void wined3d_mutex_unlock(void);
#endif