kernel32: Move a 16 bit related comment to krnl386.
authorDetlef Riekenberg <wine.dev@web.de>
Fri, 14 May 2010 15:08:37 +0000 (17:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 May 2010 16:03:03 +0000 (18:03 +0200)
dlls/kernel32/module.c
dlls/krnl386.exe16/ne_module.c

index 2b8f11ee28f8bcc52da25401bbf6f991bae3ddf6..21db5cb55c1071697a648f71bdb39e6a8a6fed42 100644 (file)
@@ -588,9 +588,7 @@ HMODULE WINAPI GetModuleHandleW(LPCWSTR module)
  *  Failure: 0. Use GetLastError() to determine the cause.
  *
  * NOTES
- *  This function always returns the long path of hModule (as opposed to
- *  GetModuleFileName16() which returns short paths when the modules version
- *  field is < 4.0).
+ *  This function always returns the long path of hModule
  *  The function doesn't write a terminating '\0' if the buffer is too 
  *  small.
  */
index aa1c9c25e39af1d832401176bb894d4b65952246..fe801263379d9f7a31a7eac5b4a649b939dd9be1 100644 (file)
@@ -1518,7 +1518,9 @@ BOOL16 WINAPI GetModuleName16( HINSTANCE16 hinst, LPSTR buf, INT16 count )
 /**********************************************************************
  *         GetModuleFileName      (KERNEL.49)
  *
- * Comment: see GetModuleFileNameA
+ * See also: GetModuleFileNameA
+ *
+ * This function returns short paths when the modules version field is < 4.0).
  *
  * Even if invoked by second instance of a program,
  * it still returns path of first one.