From 693cca5d4d6ea87d36222a7ac1554b0744b208be Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Tue, 29 Jan 2002 03:12:19 +0000 Subject: [PATCH] Make FIXMEs more grep-able. --- controls/button.c | 2 +- controls/edit.c | 2 +- controls/menu.c | 2 +- debugger/winedbg.c | 2 +- dlls/advapi32/service.c | 2 +- dlls/comctl32/updown.c | 2 +- dlls/commdlg/filedlg95.c | 2 +- dlls/msvcrt/file.c | 2 +- dlls/msvideo/drawdib.c | 2 +- dlls/oleaut32/typelib.c | 6 +++--- dlls/oleaut32/typelib.h | 2 +- dlls/quartz/avidec.c | 2 +- dlls/shell32/shell32_main.c | 5 ++--- dlls/shell32/shell32_main.h | 4 ++-- dlls/shell32/shellord.c | 2 +- dlls/shell32/shlfolder.c | 4 ++-- dlls/shell32/shlmenu.c | 2 +- dlls/shell32/shlview.c | 2 +- dlls/shell32/shv_bg_cmenu.c | 2 +- dlls/winmm/mciseq/mcimidi.c | 2 +- dlls/winmm/mmsystem.c | 2 +- graphics/win16drv/prtdrv.c | 8 ++++---- include/ntddk.h | 2 +- include/wine/obj_shellview.h | 8 ++++---- msdos/dosmem.c | 2 +- windows/winproc.c | 10 +++++----- 26 files changed, 41 insertions(+), 42 deletions(-) diff --git a/controls/button.c b/controls/button.c index ccb1052d0b7..4edaaf5d853 100644 --- a/controls/button.c +++ b/controls/button.c @@ -617,7 +617,7 @@ static void BUTTON_DrawLabel(HWND hwnd, HDC hdc, UINT dtFlags, RECT *rc) LONG style = GetWindowLongA( hwnd, GWL_STYLE ); WCHAR *text = NULL; - /* Fixme: To draw disabled label in Win31 look-and-feel, we probably + /* FIXME: To draw disabled label in Win31 look-and-feel, we probably * must use DSS_MONO flag and COLOR_GRAYTEXT brush (or maybe DSS_UNION). * I don't have Win31 on hand to verify that, so I leave it as is. */ diff --git a/controls/edit.c b/controls/edit.c index 469b9d939a5..1eb2c9cfa9e 100644 --- a/controls/edit.c +++ b/controls/edit.c @@ -365,7 +365,7 @@ static DWORD get_app_version(void) info.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); GetVersionExW( &info ); dwEmulatedVersion = MAKELONG( info.dwMinorVersion, info.dwMajorVersion ); - /* fixme: this may not be 100% correct; see discussion on the + /* FIXME: this may not be 100% correct; see discussion on the * wine developer list in Nov 1999 */ version = dwProcVersion < dwEmulatedVersion ? dwProcVersion : dwEmulatedVersion; } diff --git a/controls/menu.c b/controls/menu.c index 3c1b9b35da1..be99d058a98 100644 --- a/controls/menu.c +++ b/controls/menu.c @@ -4382,7 +4382,7 @@ static BOOL SetMenuItemInfo_common(MENUITEM * menu, if (lpmii->fMask & MIIM_STATE) { - /* fixme: MFS_DEFAULT do we have to reset the other menu items? */ + /* FIXME: MFS_DEFAULT do we have to reset the other menu items? */ menu->fState = lpmii->fState; } diff --git a/debugger/winedbg.c b/debugger/winedbg.c index 6164d8621f8..020ee867c72 100644 --- a/debugger/winedbg.c +++ b/debugger/winedbg.c @@ -780,7 +780,7 @@ static BOOL DEBUG_HandleDebugEvent(DEBUG_EVENT* de, LPDWORD cont) DEBUG_CurrThread->process->handle, de->u.DebugString.lpDebugStringData); - /* fixme unicode de->u.DebugString.fUnicode ? */ + /* FIXME unicode de->u.DebugString.fUnicode ? */ DEBUG_Printf(DBG_CHN_TRACE, "%08lx:%08lx: output debug string (%s)\n", de->dwProcessId, de->dwThreadId, buffer); break; diff --git a/dlls/advapi32/service.c b/dlls/advapi32/service.c index ac7ecb59c73..4cbd596289a 100644 --- a/dlls/advapi32/service.c +++ b/dlls/advapi32/service.c @@ -460,7 +460,7 @@ CreateServiceA( SC_HANDLE hSCManager, LPCSTR lpServiceName, len += (strlen(&lpDependencies[len])+1); } while (lpDependencies[len++]); - /* fixme: this should be unicode */ + /* FIXME: this should be unicode */ r = RegSetValueExA(hKey, "Dependencies", 0, REG_MULTI_SZ, lpDependencies, len ); if (r!=ERROR_SUCCESS) diff --git a/dlls/comctl32/updown.c b/dlls/comctl32/updown.c index 903344b0f3a..2089648fb63 100644 --- a/dlls/comctl32/updown.c +++ b/dlls/comctl32/updown.c @@ -815,7 +815,7 @@ static LRESULT WINAPI UpDownWindowProc(HWND hwnd, UINT message, WPARAM wParam, case VK_UP: case VK_DOWN: UPDOWN_GetBuddyInt (hwnd); - /* Fixme: Paint the according button pressed for some time, like win95 does*/ + /* FIXME: Paint the according button pressed for some time, like win95 does*/ UPDOWN_DoAction (hwnd, 1, wParam==VK_UP); break; } diff --git a/dlls/commdlg/filedlg95.c b/dlls/commdlg/filedlg95.c index bb689db1bbd..9d61a33d051 100644 --- a/dlls/commdlg/filedlg95.c +++ b/dlls/commdlg/filedlg95.c @@ -960,7 +960,7 @@ static LRESULT FILEDLG95_InitControls(HWND hwnd) SendMessageA(fodInfos->DlgInfos.hwndTB, TB_BUTTONSTRUCTSIZE, (WPARAM) sizeof(TBBUTTON), 0); -/* fixme: use TB_LOADIMAGES when implemented */ +/* FIXME: use TB_LOADIMAGES when implemented */ /* SendMessageA(fodInfos->DlgInfos.hwndTB, TB_LOADIMAGES, (WPARAM) IDB_VIEW_SMALL_COLOR, HINST_COMMCTRL);*/ SendMessageA(fodInfos->DlgInfos.hwndTB, TB_ADDBITMAP, (WPARAM) 12, (LPARAM) &tba[0]); SendMessageA(fodInfos->DlgInfos.hwndTB, TB_ADDBITMAP, (WPARAM) 1, (LPARAM) &tba[1]); diff --git a/dlls/msvcrt/file.c b/dlls/msvcrt/file.c index 82e828e8f78..4f955f7b2e5 100644 --- a/dlls/msvcrt/file.c +++ b/dlls/msvcrt/file.c @@ -960,7 +960,7 @@ int _stat(const char* path, struct _stat * buf) memset(buf,0,sizeof(struct _stat)); /* FIXME: rdev isnt drive num,despite what the docs say-what is it? - Bon 011120: This fixme seems incorrect + Bon 011120: This FIXME seems incorrect Also a letter as first char isn't enough to be classify as drive letter */ diff --git a/dlls/msvideo/drawdib.c b/dlls/msvideo/drawdib.c index 2e94949b92f..93ad93fbaab 100644 --- a/dlls/msvideo/drawdib.c +++ b/dlls/msvideo/drawdib.c @@ -1,7 +1,7 @@ /* * Copyright 2000 Bradley Baetz * - * Fixme: Some flags are ignored + * FIXME: Some flags are ignored * * Handle palettes */ diff --git a/dlls/oleaut32/typelib.c b/dlls/oleaut32/typelib.c index b1849929d1e..e98cf1c781d 100644 --- a/dlls/oleaut32/typelib.c +++ b/dlls/oleaut32/typelib.c @@ -687,7 +687,7 @@ typedef struct tagTLBVarDesc VARDESC vardesc; /* lots of info on the variable and its attributes. */ BSTR Name; /* the name of this variable */ int HelpContext; - int HelpStringContext; /* fixme: where? */ + int HelpStringContext; /* FIXME: where? */ BSTR HelpString; int ctCustData; TLBCustData * pCustData;/* linked list to cust data; */ @@ -1635,7 +1635,7 @@ static void MSFT_DoVars(TLBContext *pcx, ITypeInfoImpl *pTI, int cFuncs, (*pptvd)->vardesc.wVarFlags = pVarRec->Flags; MSFT_GetTdesc(pcx, pVarRec->DataType, &(*pptvd)->vardesc.elemdescVar.tdesc, pTI); -/* (*pptvd)->vardesc.lpstrSchema; is reserved (SDK) fixme?? */ +/* (*pptvd)->vardesc.lpstrSchema; is reserved (SDK) FIXME?? */ if(pVarRec->VarKind == VAR_CONST ){ (*pptvd)->vardesc.u.lpvarValue=TLB_Alloc(sizeof(VARIANT)); MSFT_ReadValue((*pptvd)->vardesc.u.lpvarValue, @@ -2995,7 +2995,7 @@ static ULONG WINAPI ITypeLib2_fnRelease( ITypeLib2 *iface) if (!This->ref) { - /* fixme destroy child objects */ + /* FIXME destroy child objects */ TRACE(" destroying ITypeLib(%p)\n",This); diff --git a/dlls/oleaut32/typelib.h b/dlls/oleaut32/typelib.h index 87600781c0a..665e4cc6b59 100644 --- a/dlls/oleaut32/typelib.h +++ b/dlls/oleaut32/typelib.h @@ -127,7 +127,7 @@ typedef struct tagMSFT_TypeInfoBase { INT16 cImplTypes; /* nr of implemented interfaces */ INT16 cbSizeVft; /* virtual table size, not including inherits */ /*050*/ INT size; /* size in bytes, at least for structures */ - /* fixme: name of this field */ + /* FIXME: name of this field */ INT datatype1; /* position in type description table */ /* or in base intefaces */ /* if coclass: offset in reftable */ diff --git a/dlls/quartz/avidec.c b/dlls/quartz/avidec.c index e2bd156218a..e1eda2ce4d1 100644 --- a/dlls/quartz/avidec.c +++ b/dlls/quartz/avidec.c @@ -247,7 +247,7 @@ static HRESULT AVIDec_GetOutputTypes( CTransformBaseImpl* pImpl, const AM_MEDIA_ TRACE("(%p) - use the input palette\n",This); if ( pbiIn->bmiHeader.biBitCount != pbiOut->bmiHeader.biBitCount ) { - FIXME( "no palette...fixme?\n" ); + FIXME( "no palette...FIXME?\n" ); return E_FAIL; } if ( pbiOut->bmiHeader.biClrUsed == 0 ) diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c index 57e4ec0fd40..0a1b2cd53d3 100644 --- a/dlls/shell32/shell32_main.c +++ b/dlls/shell32/shell32_main.c @@ -358,7 +358,7 @@ DWORD WINAPI SHGetFileInfoA(LPCSTR path,DWORD dwFileAttributes, if (SUCCEEDED(hr)) { hr = IExtractIconA_GetIconLocation(pei, (flags & SHGFI_OPENICON)? GIL_OPENICON : 0,szLoaction, MAX_PATH, &iIndex, &uFlags); - /* fixme what to do with the index? */ + /* FIXME what to do with the index? */ if(uFlags != GIL_NOTFILENAME) strcpy (psfi->szDisplayName, szLoaction); @@ -530,8 +530,7 @@ HICON WINAPI ExtractIconA( HINSTANCE hInstance, LPCSTR lpszExeFileName, /************************************************************************* * ExtractIconW [SHELL32.@] * - * fixme - * is the filename is not a file return 1 + * FIXME: if the filename is not a file return 1 */ HICON WINAPI ExtractIconW( HINSTANCE hInstance, LPCWSTR lpszExeFileName, UINT nIconIndex ) diff --git a/dlls/shell32/shell32_main.h b/dlls/shell32/shell32_main.h index 20927d900a5..9ec915e5aa0 100644 --- a/dlls/shell32/shell32_main.h +++ b/dlls/shell32/shell32_main.h @@ -98,11 +98,11 @@ LPENUMIDLIST IEnumIDList_Constructor(LPCSTR,DWORD,DWORD); LPEXTRACTICONA IExtractIconA_Constructor(LPITEMIDLIST); HRESULT CreateStreamOnFile (LPCSTR pszFilename, IStream ** ppstm); -/* fixme: rename the functions when the shell32.dll has it's own exports namespace */ +/* FIXME: rename the functions when the shell32.dll has it's own exports namespace */ HRESULT WINAPI SHELL32_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID * ppv); HRESULT WINAPI SHELL32_DllCanUnloadNow(void); -/* fixme: move away */ +/* FIXME: move away */ #define ResultFromShort(i) MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)) /* menu merging */ diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c index 7248f69d7c1..a0de41d09ed 100644 --- a/dlls/shell32/shellord.c +++ b/dlls/shell32/shellord.c @@ -1001,7 +1001,7 @@ BOOL WINAPI ShellExecuteExA (LPSHELLEXECUTEINFOA sei) /* FIXME: szCommandline should not be of a fixed size. Plus MAX_PATH is way too short! */ /* the commandline contains 'c:\Path\wordpad.exe "%1"' */ HCR_GetExecuteCommand(sei->lpClass, (sei->lpVerb) ? sei->lpVerb : "open", szCommandline, sizeof(szCommandline)); - /* fixme: get the extension of lpFile, check if it fits to the lpClass */ + /* FIXME: get the extension of lpFile, check if it fits to the lpClass */ TRACE("SEE_MASK_CLASSNAME->'%s'\n", szCommandline); } diff --git a/dlls/shell32/shlfolder.c b/dlls/shell32/shlfolder.c index b5e8f139141..316b968f43b 100644 --- a/dlls/shell32/shlfolder.c +++ b/dlls/shell32/shlfolder.c @@ -1718,7 +1718,7 @@ static HRESULT WINAPI ISF_Desktop_fnParseDisplayName( *ppidl = 0; if (pchEaten) *pchEaten = 0; /* strange but like the original */ - /* fixme no real parsing implemented */ + /* FIXME no real parsing implemented */ pidlTemp = _ILCreateMyComputer(); szNext = lpszDisplayName; @@ -2467,7 +2467,7 @@ static HRESULT WINAPI ISF_MyComputer_fnGetDetailsEx( return E_NOTIMPL; } -/* fixme: drive size >4GB is rolling over */ +/* FIXME: drive size >4GB is rolling over */ static HRESULT WINAPI ISF_MyComputer_fnGetDetailsOf( IShellFolder2 * iface, LPCITEMIDLIST pidl, diff --git a/dlls/shell32/shlmenu.c b/dlls/shell32/shlmenu.c index 63407e2ead1..d5fd01813f4 100644 --- a/dlls/shell32/shlmenu.c +++ b/dlls/shell32/shlmenu.c @@ -770,7 +770,7 @@ DWORD WINAPI FileMenu_GetItemExtent (HMENU hMenu, UINT uPos) rect.right, rect.left, rect.top, rect.bottom); return ((rect.right-rect.left)<<16) + (rect.top-rect.bottom); } - return 0x00100010; /*fixme*/ + return 0x00100010; /*FIXME*/ } /************************************************************************* diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c index 47bb13717a1..d4ad7b038a7 100644 --- a/dlls/shell32/shlview.c +++ b/dlls/shell32/shlview.c @@ -531,7 +531,7 @@ static BOOLEAN LV_RenameItem(IShellViewImpl * This, LPCITEMIDLIST pidlOld, LPCIT lvItem.lParam = (LPARAM) ILClone(ILFindLastID(pidlNew)); /* set the item's data */ ListView_SetItemA(This->hWndList, &lvItem); ListView_Update(This->hWndList, nItem); - return TRUE; /* fixme: better handling */ + return TRUE; /* FIXME: better handling */ } return FALSE; } diff --git a/dlls/shell32/shv_bg_cmenu.c b/dlls/shell32/shv_bg_cmenu.c index aaf03ec6c38..4a39ae7625d 100644 --- a/dlls/shell32/shv_bg_cmenu.c +++ b/dlls/shell32/shv_bg_cmenu.c @@ -235,7 +235,7 @@ static BOOL DoPaste( if (psfhlpdst && psfhlpsrc) { ISFHelper_CopyItems(psfhlpdst, psfFrom, lpcida->cidl, apidl); - /* fixme handle move + /* FIXME handle move ISFHelper_DeleteItems(psfhlpsrc, lpcida->cidl, apidl); */ } diff --git a/dlls/winmm/mciseq/mcimidi.c b/dlls/winmm/mciseq/mcimidi.c index 247c93ced41..5b86cc5885f 100644 --- a/dlls/winmm/mciseq/mcimidi.c +++ b/dlls/winmm/mciseq/mcimidi.c @@ -1602,7 +1602,7 @@ static DWORD MIDI_mciSeek(UINT wDevID, DWORD dwFlags, LPMCI_SEEK_PARMS lpParms) if (dwFlags & MCI_SEEK_TO_START) { wmm->dwPositionMS = 0; } else if (dwFlags & MCI_SEEK_TO_END) { - wmm->dwPositionMS = 0xFFFFFFFF; /* fixme */ + wmm->dwPositionMS = 0xFFFFFFFF; /* FIXME */ } else if (dwFlags & MCI_TO) { wmm->dwPositionMS = MIDI_ConvertTimeFormatToMS(wmm, lpParms->dwTo); } else { diff --git a/dlls/winmm/mmsystem.c b/dlls/winmm/mmsystem.c index 31f2bf5cef6..2cbf7fe8343 100644 --- a/dlls/winmm/mmsystem.c +++ b/dlls/winmm/mmsystem.c @@ -4921,7 +4921,7 @@ void mmTaskEntryPoint16(LPSTR cmdLine, WORD di, WORD si) DWORD dwPmt = *((DWORD*)(cmdLine + 5)); #if 0 - InitTask16(); /* fixme: pmts / from context ? */ + InitTask16(); /* FIXME: pmts / from context ? */ InitApp(di); #endif if (SetMessageQueue16(0x40)) { diff --git a/graphics/win16drv/prtdrv.c b/graphics/win16drv/prtdrv.c index 62987dc2b98..e23d680b356 100644 --- a/graphics/win16drv/prtdrv.c +++ b/graphics/win16drv/prtdrv.c @@ -330,7 +330,7 @@ BOOL16 PRTDRV_EnumObj(LPPDEVICE lpDestDev, WORD iStyle, WORD wRet = 0; LOADED_PRINTER_DRIVER *pLPD = NULL; - TRACE("(some params - fixme)\n"); + TRACE("(some params - FIXME)\n"); if ((pLPD = FindPrinterDriverFromPDEVICE(lpDestDev)) != NULL) { @@ -510,7 +510,7 @@ DWORD PRTDRV_StretchBlt(LPPDEVICE lpDestDev, WORD wRet = 0; LOADED_PRINTER_DRIVER *pLPD = NULL; - TRACE("(lots of params - fixme)\n"); + TRACE("(lots of params - FIXME)\n"); if ((pLPD = FindPrinterDriverFromPDEVICE(lpDestDev)) != NULL) { @@ -557,7 +557,7 @@ DWORD PRTDRV_ExtTextOut(LPPDEVICE lpDestDev, WORD wDestXOrg, WORD wDestYOrg, DWORD dwRet = 0; LOADED_PRINTER_DRIVER *pLPD = NULL; - TRACE("(lots of params - fixme)\n"); + TRACE("(lots of params - FIXME)\n"); if ((pLPD = FindPrinterDriverFromPDEVICE(lpDestDev)) != NULL) { @@ -703,7 +703,7 @@ WORD PRTDRV_GetCharWidth(LPPDEVICE lpDestDev, LPINT lpBuffer, WORD wRet = 0; LOADED_PRINTER_DRIVER *pLPD = NULL; - TRACE("(lots of params - fixme)\n"); + TRACE("(lots of params - FIXME)\n"); if ((pLPD = FindPrinterDriverFromPDEVICE(lpDestDev)) != NULL) { diff --git a/include/ntddk.h b/include/ntddk.h index a4cd777783d..0b047490ca0 100644 --- a/include/ntddk.h +++ b/include/ntddk.h @@ -9,7 +9,7 @@ #include "ntdef.h" #include "winnt.h" #include "winreg.h" -#include "winbase.h" /* fixme: should be taken out sometimes */ +#include "winbase.h" /* FIXME: should be taken out sometimes */ #ifdef __cplusplus extern "C" { diff --git a/include/wine/obj_shellview.h b/include/wine/obj_shellview.h index 5786bcc7882..a593f73b6e5 100644 --- a/include/wine/obj_shellview.h +++ b/include/wine/obj_shellview.h @@ -68,9 +68,9 @@ typedef struct IShellView IShellView, *LPSHELLVIEW; #define FCIDM_SHVIEW_NEWLINK 0x7052 #define FCIDM_SHVIEW_NEWFOLDER 0x7053 -#define FCIDM_SHVIEW_REFRESH 0x7100 /* fixme */ -#define FCIDM_SHVIEW_EXPLORE 0x7101 /* fixme */ -#define FCIDM_SHVIEW_OPEN 0x7102 /* fixme */ +#define FCIDM_SHVIEW_REFRESH 0x7100 /* FIXME */ +#define FCIDM_SHVIEW_EXPLORE 0x7101 /* FIXME */ +#define FCIDM_SHVIEW_OPEN 0x7102 /* FIXME */ #define FCIDM_SHVIEWLAST 0x7fff #define FCIDM_BROWSERFIRST 0xA000 @@ -79,7 +79,7 @@ typedef struct IShellView IShellView, *LPSHELLVIEW; #define FCIDM_TB_NEWFOLDER 0xA002 #define FCIDM_TB_SMALLICON 0xA003 #define FCIDM_TB_REPORTVIEW 0xA004 -#define FCIDM_TB_DESKTOP 0xA005 /* fixme */ +#define FCIDM_TB_DESKTOP 0xA005 /* FIXME */ #define FCIDM_BROWSERLAST 0xbf00 #define FCIDM_GLOBALFIRST 0x8000 diff --git a/msdos/dosmem.c b/msdos/dosmem.c index 56604d6fe70..5708a4d280a 100644 --- a/msdos/dosmem.c +++ b/msdos/dosmem.c @@ -404,7 +404,7 @@ static void DOSMEM_InitErrorTable() memset(call, 0, SIZE_TO_ALLOCATE); #endif - /* Fixme - Copy assembly into buffer here */ + /* FIXME - Copy assembly into buffer here */ } /*********************************************************************** diff --git a/windows/winproc.c b/windows/winproc.c index 76b3314506e..fd51aab4dc6 100644 --- a/windows/winproc.c +++ b/windows/winproc.c @@ -627,7 +627,7 @@ INT WINPROC_MapMsg32ATo32W( HWND hwnd, UINT msg, WPARAM *pwparam, LPARAM *plpara *plparam = (LPARAM)HEAP_strdupAtoW( GetProcessHeap(), 0, (LPCSTR)*plparam ); return (*plparam ? 1 : -1); - case LB_GETTEXT: /* fixme: fixed sized buffer */ + case LB_GETTEXT: /* FIXME: fixed sized buffer */ { if ( WINPROC_TestLBForStr( hwnd )) { LPARAM *ptr = (LPARAM *)HeapAlloc( GetProcessHeap(), 0, 256 * sizeof(WCHAR) + sizeof(LPARAM) ); if (!ptr) return -1; @@ -645,7 +645,7 @@ INT WINPROC_MapMsg32ATo32W( HWND hwnd, UINT msg, WPARAM *pwparam, LPARAM *plpara *plparam = (LPARAM)HEAP_strdupAtoW( GetProcessHeap(), 0, (LPCSTR)*plparam ); return (*plparam ? 1 : -1); - case CB_GETLBTEXT: /* fixme: fixed sized buffer */ + case CB_GETLBTEXT: /* FIXME: fixed sized buffer */ { if ( WINPROC_TestCBForStr( hwnd )) { LPARAM *ptr = (LPARAM *)HeapAlloc( GetProcessHeap(), 0, 256 * sizeof(WCHAR) + sizeof(LPARAM) ); if (!ptr) return -1; @@ -883,7 +883,7 @@ INT WINPROC_MapMsg32WTo32A( HWND hwnd, UINT msg, WPARAM *pwparam, LPARAM *plpara *plparam = (LPARAM)HEAP_strdupWtoA( GetProcessHeap(), 0, (LPCWSTR)*plparam ); return (*plparam ? 1 : -1); - case LB_GETTEXT: /* fixme: fixed sized buffer */ + case LB_GETTEXT: /* FIXME: fixed sized buffer */ { if ( WINPROC_TestLBForStr( hwnd )) { LPARAM *ptr = (LPARAM *)HeapAlloc( GetProcessHeap(), 0, 256 + sizeof(LPARAM) ); if (!ptr) return -1; @@ -901,7 +901,7 @@ INT WINPROC_MapMsg32WTo32A( HWND hwnd, UINT msg, WPARAM *pwparam, LPARAM *plpara *plparam = (LPARAM)HEAP_strdupWtoA( GetProcessHeap(), 0, (LPCWSTR)*plparam ); return (*plparam ? 1 : -1); - case CB_GETLBTEXT: /* fixme: fixed sized buffer */ + case CB_GETLBTEXT: /* FIXME: fixed sized buffer */ { if ( WINPROC_TestCBForStr( hwnd )) { LPARAM *ptr = (LPARAM *)HeapAlloc( GetProcessHeap(), 0, 256 + sizeof(LPARAM) ); if (!ptr) return -1; @@ -2286,7 +2286,7 @@ INT WINPROC_MapMsg32WTo16( HWND hwnd, UINT msg32, WPARAM wParam32, case CB_GETLBTEXT: if ( WINPROC_TestLBForStr( hwnd )) { - LPSTR str = HeapAlloc( GetProcessHeap(), 0, 256 ); /* fixme: fixed sized buffer */ + LPSTR str = HeapAlloc( GetProcessHeap(), 0, 256 ); /* FIXME: fixed sized buffer */ if (!str) return -1; *pmsg16 = (msg32 == LB_GETTEXT)? LB_GETTEXT16 : CB_GETLBTEXT16; *plparam = (LPARAM)MapLS(str);