Fix some obsolete comments
This commit is contained in:
parent
f271224f44
commit
980f1d675e
|
@ -473,10 +473,8 @@ static BOOL get_registry_value( HKEY hkey, const WCHAR *module, enum loadorder_t
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* MODULE_GetLoadOrderW (internal)
|
* MODULE_GetLoadOrderW (internal)
|
||||||
*
|
*
|
||||||
* Locate the loadorder of a module.
|
* Return the loadorder of a module.
|
||||||
* Any path is stripped from the path-argument and so are the extension
|
* The system directory and '.dll' extension is stripped from the path.
|
||||||
* '.dll' and '.exe'. A lookup in the table can yield an override for
|
|
||||||
* the specific dll. Otherwise the default load order is returned.
|
|
||||||
*/
|
*/
|
||||||
void MODULE_GetLoadOrderW( enum loadorder_type loadorder[], const WCHAR *app_name,
|
void MODULE_GetLoadOrderW( enum loadorder_type loadorder[], const WCHAR *app_name,
|
||||||
const WCHAR *path )
|
const WCHAR *path )
|
||||||
|
|
|
@ -346,10 +346,6 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* MessageBoxA (USER32.@)
|
* 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)
|
INT WINAPI MessageBoxA(HWND hWnd, LPCSTR text, LPCSTR title, UINT type)
|
||||||
{
|
{
|
||||||
|
|
|
@ -88,8 +88,8 @@ static const BYTE lpGrayMask[] = { 0xAA, 0xA0,
|
||||||
* Computes the size of the "outside" parts of the window based on the
|
* Computes the size of the "outside" parts of the window based on the
|
||||||
* parameters of the client area.
|
* parameters of the client area.
|
||||||
*
|
*
|
||||||
+ PARAMS
|
* PARAMS
|
||||||
* LPRECT16 rect
|
* LPRECT rect
|
||||||
* DWORD style
|
* DWORD style
|
||||||
* BOOL menu
|
* BOOL menu
|
||||||
* DWORD exStyle
|
* 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
|
* Computes the size of the "inside" part of the window based on the
|
||||||
* parameters of the client area.
|
* parameters of the client area.
|
||||||
*
|
*
|
||||||
+ PARAMS
|
* PARAMS
|
||||||
* LPRECT16 rect
|
* LPRECT rect
|
||||||
* DWORD style
|
* DWORD style
|
||||||
* DWORD exStyle
|
* DWORD exStyle
|
||||||
*
|
*
|
||||||
|
|
|
@ -1105,13 +1105,6 @@ static BOOL CALLBACK gray_string_callbackW( HDC hdc, LPARAM param, INT len )
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* TEXT_GrayString
|
* 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,
|
static BOOL TEXT_GrayString(HDC hdc, HBRUSH hb, GRAYSTRINGPROC fn, LPARAM lp, INT len,
|
||||||
INT x, INT y, INT cx, INT cy )
|
INT x, INT y, INT cx, INT cy )
|
||||||
|
|
Loading…
Reference in New Issue