d3d9: Add an API documentation stub to make winapi_check happy.

Francois Gouget fgouget at free.fr
Mon Aug 4 03:19:47 CDT 2008


---
 dlls/d3d9/d3d9_main.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/d3d9_main.c b/dlls/d3d9/d3d9_main.c
index a93c122..03c75a4 100644
--- a/dlls/d3d9/d3d9_main.c
+++ b/dlls/d3d9/d3d9_main.c
@@ -90,9 +90,12 @@ void* WINAPI Direct3DShaderValidatorCreate9(void)
     return NULL;
 }
 
-/* At process attach */
+/*******************************************************************
+ *       DllMain
+ */
 BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
 {
+    /* At process attach */
     TRACE("fdwReason=%d\n", fdwReason);
     if (fdwReason == DLL_PROCESS_ATTACH)
         DisableThreadLibraryCalls(hInstDLL);
-- 
1.5.6.3



More information about the wine-patches mailing list