Export the Dll(Un)RegisterServer() functions to make d3dxof.dll a

self-registering dll.
This commit is contained in:
Francois Gouget 2005-09-26 16:41:43 +00:00 committed by Alexandre Julliard
parent b461cc8dfa
commit 9cedc1a390
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@ stdcall DirectXFileCreate(ptr)
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()