Fix some obsolete comments

This commit is contained in:
Richard Cohen 2005-05-27 19:26:34 +00:00 committed by Alexandre Julliard
parent f271224f44
commit 980f1d675e
4 changed files with 6 additions and 19 deletions

View File

@ -473,10 +473,8 @@ static BOOL get_registry_value( HKEY hkey, const WCHAR *module, enum loadorder_t
/***************************************************************************
* MODULE_GetLoadOrderW (internal)
*
* Locate the loadorder of a module.
* Any path is stripped from the path-argument and so are the extension
* '.dll' and '.exe'. A lookup in the table can yield an override for
* the specific dll. Otherwise the default load order is returned.
* Return the loadorder of a module.
* The system directory and '.dll' extension is stripped from the path.
*/
void MODULE_GetLoadOrderW( enum loadorder_type loadorder[], const WCHAR *app_name,
const WCHAR *path )

View File

@ -346,10 +346,6 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
/**************************************************************************
* MessageBoxA (USER32.@)
*
* NOTES
* The WARN is here to help debug erroneous MessageBoxes
* Use: WINEDEBUG=warn+dialog,+relay
*/
INT WINAPI MessageBoxA(HWND hWnd, LPCSTR text, LPCSTR title, UINT type)
{

View File

@ -88,8 +88,8 @@ static const BYTE lpGrayMask[] = { 0xAA, 0xA0,
* Computes the size of the "outside" parts of the window based on the
* parameters of the client area.
*
+ PARAMS
* LPRECT16 rect
* PARAMS
* LPRECT rect
* DWORD style
* BOOL menu
* DWORD exStyle
@ -144,8 +144,8 @@ NC_AdjustRectOuter (LPRECT rect, DWORD style, BOOL menu, DWORD exStyle)
* Computes the size of the "inside" part of the window based on the
* parameters of the client area.
*
+ PARAMS
* LPRECT16 rect
* PARAMS
* LPRECT rect
* DWORD style
* DWORD exStyle
*

View File

@ -1105,13 +1105,6 @@ static BOOL CALLBACK gray_string_callbackW( HDC hdc, LPARAM param, INT len )
/***********************************************************************
* TEXT_GrayString
*
* FIXME: The call to 16-bit code only works because the wine GDI is a 16-bit
* heap and we can guarantee that the handles fit in an INT16. We have to
* rethink the strategy once the migration to NT handles is complete.
* We are going to get a lot of code-duplication once this migration is
* completed...
*
*/
static BOOL TEXT_GrayString(HDC hdc, HBRUSH hb, GRAYSTRINGPROC fn, LPARAM lp, INT len,
INT x, INT y, INT cx, INT cy )