d3d8: Make Direct3DCreate8 hookable.

This commit is contained in:
Stefan Dösinger 2009-09-12 14:13:58 +02:00 committed by Alexandre Julliard
parent 29d72a53ab
commit f54d6c366d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ void WINAPI DebugSetMute(void) {
/* nothing to do */
}
IDirect3D8* WINAPI Direct3DCreate8(UINT SDKVersion) {
IDirect3D8* WINAPI DECLSPEC_HOTPATCH Direct3DCreate8(UINT SDKVersion) {
IDirect3D8Impl* object;
TRACE("SDKVersion = %x\n", SDKVersion);