Assorted spelling fixes.
This commit is contained in:
parent
12689d9b0f
commit
44b52b128c
|
@ -86,7 +86,7 @@ typedef struct {
|
|||
cab_UWORD cCFData; /* number of this folder's CFDATA sections */
|
||||
cab_UWORD typeCompress; /* compression type of data in CFDATA section*/
|
||||
/* additional area if reserve flag was set */
|
||||
} CFFOLDER; /* minumum 8 bytes */
|
||||
} CFFOLDER; /* minimum 8 bytes */
|
||||
|
||||
typedef struct {
|
||||
cab_ULONG cbFile; /* size of the uncompressed file in bytes */
|
||||
|
|
|
@ -7596,7 +7596,7 @@ static INT WINAPI LISTVIEW_CallBackCompare(LPVOID first, LPVOID second, LPARAM l
|
|||
* PARAMETER(S):
|
||||
* [I] infoPtr : valid pointer to the listview structure
|
||||
* [I] pfnCompare : application-defined value
|
||||
* [I] lParamSort : pointer to comparision callback
|
||||
* [I] lParamSort : pointer to comparison callback
|
||||
*
|
||||
* RETURN:
|
||||
* SUCCESS : TRUE
|
||||
|
|
|
@ -311,7 +311,7 @@ static void test_dtm_set_and_get_range(HWND hWndDateTime)
|
|||
|
||||
/* initialize st[0] to lowest possible value */
|
||||
fill_systime_struct(&st[0], 1601, 1, 0, 1, 0, 0, 0, 0);
|
||||
/* intialize st[1] to all invalid numbers */
|
||||
/* initialize st[1] to all invalid numbers */
|
||||
fill_systime_struct(&st[1], 0, 0, 7, 0, 24, 60, 60, 1000);
|
||||
|
||||
r = SendMessage(hWndDateTime, DTM_SETRANGE, GDTR_MIN, (LPARAM)st);
|
||||
|
|
|
@ -169,7 +169,7 @@ typedef struct tagTREEVIEW_INFO
|
|||
#define TV_VSCROLL 0x02 /* (horizontal/vertical) */
|
||||
#define TV_LDRAG 0x04 /* Lbutton pushed to start drag */
|
||||
#define TV_LDRAGGING 0x08 /* Lbutton pushed, mouse moved. */
|
||||
#define TV_RDRAG 0x10 /* dito Rbutton */
|
||||
#define TV_RDRAG 0x10 /* ditto Rbutton */
|
||||
#define TV_RDRAGGING 0x20
|
||||
|
||||
/* bitflags for infoPtr->timer */
|
||||
|
|
|
@ -5646,7 +5646,7 @@ static void fixed_function_decl_test(IDirect3DDevice9 *device)
|
|||
/* The following test with vertex buffers doesn't serve to find out new information from windows.
|
||||
* It is a plain regression test because wined3d uses different codepaths for attribute conversion
|
||||
* with vertex buffers. It makes sure that the vertex buffer one works, while the above tests
|
||||
* wether the immediate mode code works
|
||||
* whether the immediate mode code works
|
||||
*/
|
||||
hr = IDirect3DDevice9_BeginScene(device);
|
||||
ok(hr == D3D_OK, "IDirect3DDevice9_BeginScene failed (%08x)\n", hr);
|
||||
|
|
|
@ -498,7 +498,7 @@ static int stabs_pts_read_range(struct ParseTypedefData* ptd, const char* typena
|
|||
PTS_ABORTIF(ptd, *ptd->ptr++ != ';'); /* ';' */
|
||||
|
||||
/* basically, we don't use ref... in some cases, for example, float is declared
|
||||
* as a derivated type of int... which won't help us... so we guess the types
|
||||
* as a derived type of int... which won't help us... so we guess the types
|
||||
* from the various formats
|
||||
*/
|
||||
if (lo.sign == 0 && hi.sign < 0)
|
||||
|
|
|
@ -603,7 +603,7 @@ Thunk_IDirect3DDeviceImpl_1_SwapTextureHandles(IDirect3DDevice *iface,
|
|||
*
|
||||
* This method seems to retrieve some stats from the device.
|
||||
* The MSDN documentation doesn't exist any more, but the D3DSTATS
|
||||
* structure suggests that the amout of drawn primitives and processed
|
||||
* structure suggests that the amount of drawn primitives and processed
|
||||
* vertices is returned.
|
||||
*
|
||||
* Exists in Version 1, 2 and 3
|
||||
|
|
|
@ -334,7 +334,7 @@ IDirect3DImpl_3_EnumDevices(IDirect3D3 *iface,
|
|||
* Some games(GTA 2) seem to use the second enumerated device, so I have to enumerate
|
||||
* at least 2 devices. So enumerate the reference device to have 2 devices.
|
||||
*
|
||||
* Other games(Rollcage) tell emulation and hal device appart by certain flags.
|
||||
* Other games(Rollcage) tell emulation and hal device apart by certain flags.
|
||||
* Rollcage expects D3DPTEXTURECAPS_POW2 to be set(yeah, it is a limitation flag),
|
||||
* and it refuses all devices that have the perspective flag set. This way it refuses
|
||||
* the emulation device, and HAL devices never have POW2 unset in d3d7 on windows.
|
||||
|
|
|
@ -750,7 +750,7 @@ static HRESULT IDirectMusicStyle8Impl_IPersistStream_ParsePatternList (LPPERSIST
|
|||
break;
|
||||
}
|
||||
case DMUS_FOURCC_MOTIFSETTINGS_CHUNK: {
|
||||
TRACE_(dmfile)(": MotifSettigns chunk (skipping for now)\n");
|
||||
TRACE_(dmfile)(": MotifSettings chunk (skipping for now)\n");
|
||||
IStream_Read (pStm, &pNewMotif->settings, Chunk.dwSize, NULL);
|
||||
/** TODO trace settings */
|
||||
break;
|
||||
|
|
|
@ -138,7 +138,7 @@ static DWORD CALLBACK DPL_MSG_ThreadMain( LPVOID lpContext )
|
|||
CloseHandle( lpThreadInfo->hSettingRead );
|
||||
lpThreadInfo->hSettingRead = 0;
|
||||
|
||||
TRACE( "App created && intialized starting main message reception loop\n" );
|
||||
TRACE( "App created && initialized starting main message reception loop\n" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
|
@ -246,7 +246,7 @@ HRESULT DP_MSG_SendRequestPlayerId( IDirectPlay2AImpl* This, DWORD dwFlags,
|
|||
/* FIXME: I think that the rest of the message has something to do
|
||||
* with remote data for the player that perhaps I need to setup.
|
||||
* However, with the information that is passed, all that it could
|
||||
* be used for is a standardized intialization value, which I'm
|
||||
* be used for is a standardized initialization value, which I'm
|
||||
* guessing we can do without. Unless the message content is the same
|
||||
* for several different messages?
|
||||
*/
|
||||
|
|
|
@ -174,7 +174,7 @@ do { \
|
|||
* elm - how to find the next element
|
||||
* field - to be concatenated to rc to compare with fieldToCompare
|
||||
* fieldToCompare - The value that we're comparing against
|
||||
* compare_cb - Callback to invoke to determine if comparision should continue.
|
||||
* compare_cb - Callback to invoke to determine if comparison should continue.
|
||||
* Callback must be defined with DPQ_DECL_COMPARECB.
|
||||
* rc - Variable to put the return code. Same type as (head).lpQHFirst
|
||||
*/
|
||||
|
|
|
@ -454,7 +454,7 @@ static const int actionWeak[][10] =
|
|||
{
|
||||
/* N, L, R, AN, EN, AL, NSM, CS, ES, ET */
|
||||
/*xa*/ { xxx, xxx, xxx, xxx, xxA, xxR, xxR, xxN, xxN, xxN }, /* arabic letter */
|
||||
/*xr*/ { xxx, xxx, xxx, xxx, xxE, xxR, xxR, xxN, xxN, xIx }, /* right leter */
|
||||
/*xr*/ { xxx, xxx, xxx, xxx, xxE, xxR, xxR, xxN, xxN, xIx }, /* right letter */
|
||||
/*xl*/ { xxx, xxx, xxx, xxx, xxL, xxR, xxL, xxN, xxN, xIx }, /* left letter */
|
||||
|
||||
/*ao*/ { xxx, xxx, xxx, xxx, xxA, xxR, xxN, xxN, xxN, xxN }, /* arabic lett. foll by ON */
|
||||
|
|
|
@ -1137,7 +1137,7 @@ HBITMAP16 WINAPI CreateDIBSection16 (HDC16 hdc, const BITMAPINFO *bmi, UINT16 us
|
|||
return HBITMAP_16(hbitmap);
|
||||
}
|
||||
|
||||
/* Copy/synthetize RGB palette from BITMAPINFO. Ripped from dlls/winex11.drv/dib.c */
|
||||
/* Copy/synthesize RGB palette from BITMAPINFO. Ripped from dlls/winex11.drv/dib.c */
|
||||
static void DIB_CopyColorTable( DC *dc, BITMAPOBJ *bmp, WORD coloruse, const BITMAPINFO *info )
|
||||
{
|
||||
RGBQUAD *colorTable;
|
||||
|
|
|
@ -294,7 +294,7 @@ METAHEADER *MF_LoadDiskBasedMetaFile(METAHEADER *mh)
|
|||
* MF_CreateMetaHeaderDisk
|
||||
*
|
||||
* Take a memory based METAHEADER and change it to a disk based METAHEADER
|
||||
* assosiated with filename. Note: Trashes contents of old one.
|
||||
* associated with filename. Note: Trashes contents of old one.
|
||||
*/
|
||||
METAHEADER *MF_CreateMetaHeaderDisk(METAHEADER *mh, LPCVOID filename, BOOL uni )
|
||||
{
|
||||
|
|
|
@ -730,7 +730,7 @@ VOID WINAPI GetSystemInfo(
|
|||
case CPU_SUBTYPE_POWERPC_750:
|
||||
case CPU_SUBTYPE_POWERPC_7400:
|
||||
case CPU_SUBTYPE_POWERPC_7450:
|
||||
/* G3/G4 derivate from 603 so ... */
|
||||
/* G3/G4 derive from 603 so ... */
|
||||
cachedsi.dwProcessorType = PROCESSOR_PPC_603;
|
||||
cachedsi.wProcessorLevel = 6;
|
||||
break;
|
||||
|
|
|
@ -1956,7 +1956,7 @@ INT WINAPI WideCharToMultiByte( UINT page, DWORD flags, LPCWSTR src, INT srclen,
|
|||
* None.
|
||||
*
|
||||
* RETURNS
|
||||
* The LCID currently assocated with the calling thread.
|
||||
* The LCID currently associated with the calling thread.
|
||||
*/
|
||||
LCID WINAPI GetThreadLocale(void)
|
||||
{
|
||||
|
|
|
@ -2187,7 +2187,7 @@ static nsresult NSAPI nsIOServiceFactory_QueryInterface(nsIFactory *iface, nsIID
|
|||
*result = NULL;
|
||||
|
||||
if(IsEqualGUID(&IID_nsISupports, riid)) {
|
||||
TRACE("(IID_nsISupoprts %p)\n", result);
|
||||
TRACE("(IID_nsISupports %p)\n", result);
|
||||
*result = iface;
|
||||
}else if(IsEqualGUID(&IID_nsIFactory, riid)) {
|
||||
TRACE("(IID_nsIFactory %p)\n", result);
|
||||
|
|
|
@ -394,7 +394,7 @@ static nsresult NSAPI nsServiceFactory_QueryInterface(nsIFactory *iface, nsIIDRe
|
|||
*result = NULL;
|
||||
|
||||
if(IsEqualGUID(&IID_nsISupports, riid)) {
|
||||
TRACE("(%p)->(IID_nsISupoprts %p)\n", This, result);
|
||||
TRACE("(%p)->(IID_nsISupports %p)\n", This, result);
|
||||
*result = NSFACTORY(This);
|
||||
}else if(IsEqualGUID(&IID_nsIFactory, riid)) {
|
||||
TRACE("(%p)->(IID_nsIFactory %p)\n", This, result);
|
||||
|
|
|
@ -2324,7 +2324,7 @@ static void test_try_transform(void)
|
|||
DeleteFileA("testdata.bin");
|
||||
|
||||
/*
|
||||
* Both these generate an equivilent transform,
|
||||
* Both these generate an equivalent transform,
|
||||
* but the first doesn't work in Wine yet
|
||||
* because MsiDatabaseGenerateTransform is unimplemented.
|
||||
*/
|
||||
|
|
|
@ -70,7 +70,7 @@ static HRESULT WINAPI domattr_QueryInterface(
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid));
|
||||
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ static HRESULT WINAPI domcdata_QueryInterface(
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid));
|
||||
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ static HRESULT WINAPI domcomment_QueryInterface(
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid));
|
||||
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ static HRESULT WINAPI dom_pi_QueryInterface(
|
|||
}
|
||||
else
|
||||
{
|
||||
FIXME("Unsupported inteferace %s\n", debugstr_guid(riid));
|
||||
FIXME("Unsupported interface %s\n", debugstr_guid(riid));
|
||||
return E_NOINTERFACE;
|
||||
}
|
||||
|
||||
|
|
|
@ -1360,7 +1360,7 @@ NTSTATUS COMM_DeviceIoControl(HANDLE hDevice,
|
|||
|
||||
/* this is an ioctl we implement in a non blocking way if hEvent is not
|
||||
* null
|
||||
* so we have to explicitely wait if no hEvent is provided
|
||||
* so we have to explicitly wait if no hEvent is provided
|
||||
*/
|
||||
if (!hev)
|
||||
{
|
||||
|
|
|
@ -703,7 +703,7 @@ SQLRETURN WINAPI SQLAllocStmt(SQLHDBC ConnectionHandle, SQLHSTMT *StatementHandl
|
|||
SQLRETURN WINAPI SQLAllocHandleStd( SQLSMALLINT HandleType,
|
||||
SQLHANDLE InputHandle, SQLHANDLE *OutputHandle)
|
||||
{
|
||||
TRACE("ProxyODBC: SQLAllocHandelStd.\n");
|
||||
TRACE("ProxyODBC: SQLAllocHandleStd.\n");
|
||||
|
||||
if (!gProxyHandle.bFunctionReady || gProxyHandle.dmHandle == NULL)
|
||||
{
|
||||
|
|
|
@ -4933,7 +4933,7 @@ static void test_VarBstrCmp(void)
|
|||
VARBSTRCMP(bstr,NULL,0,VARCMP_GT);
|
||||
VARBSTRCMP(NULL,bstr,0,VARCMP_LT);
|
||||
|
||||
/* NULL and empty string comparisions */
|
||||
/* NULL and empty string comparisons */
|
||||
VARBSTRCMP(bstrempty,NULL,0,VARCMP_EQ);
|
||||
VARBSTRCMP(NULL,bstrempty,0,VARCMP_EQ);
|
||||
|
||||
|
|
|
@ -96,13 +96,13 @@ typedef struct tagMSFT_SegDir {
|
|||
/*1*/MSFT_pSeg pTypeInfoTab; /* each type info get an entry of 0x64 bytes */
|
||||
/* (25 ints) */
|
||||
/*2*/MSFT_pSeg pImpInfo; /* table with info for imported types */
|
||||
/*3*/MSFT_pSeg pImpFiles; /* import libaries */
|
||||
/*3*/MSFT_pSeg pImpFiles; /* import libraries */
|
||||
/*4*/MSFT_pSeg pRefTab; /* References table */
|
||||
/*5*/MSFT_pSeg pLibtab; /* always exists, alway same size (0x80) */
|
||||
/*5*/MSFT_pSeg pLibtab; /* always exists, always same size (0x80) */
|
||||
/* hash table w offsets to guid????? */
|
||||
/*6*/MSFT_pSeg pGuidTab; /* all guids are stored here together with */
|
||||
/* offset in some table???? */
|
||||
/*7*/MSFT_pSeg res07; /* always created, alway same size (0x200) */
|
||||
/*7*/MSFT_pSeg res07; /* always created, always same size (0x200) */
|
||||
/* purpose largely unknown */
|
||||
/*8*/MSFT_pSeg pNametab; /* name tables */
|
||||
/*9*/MSFT_pSeg pStringtab; /* string table */
|
||||
|
@ -120,10 +120,10 @@ typedef struct tagMSFT_SegDir {
|
|||
/* base type info data */
|
||||
typedef struct tagMSFT_TypeInfoBase {
|
||||
/*000*/ INT typekind; /* it is the TKIND_xxx */
|
||||
/* some byte alignment stuf */
|
||||
/* some byte alignment stuff */
|
||||
INT memoffset; /* points past the file, if no elements */
|
||||
INT res2; /* zero if no element, N*0x40 */
|
||||
INT res3; /* -1 if no lement, (N-1)*0x38 */
|
||||
INT res3; /* -1 if no element, (N-1)*0x38 */
|
||||
/*010*/ INT res4; /* always? 3 */
|
||||
INT res5; /* always? zero */
|
||||
INT cElement; /* counts elements, HI=cVars, LO=cFuncs */
|
||||
|
|
|
@ -2654,7 +2654,7 @@ static HRESULT _VarChangeTypeExWrap (VARIANTARG* pvargDest,
|
|||
* left [I] First variant
|
||||
* right [I] Second variant
|
||||
* lcid [I] LCID (locale identifier) for the comparison
|
||||
* flags [I] Flags to be used in the comparision:
|
||||
* flags [I] Flags to be used in the comparison:
|
||||
* NORM_IGNORECASE, NORM_IGNORENONSPACE, NORM_IGNORESYMBOLS,
|
||||
* NORM_IGNOREWIDTH, NORM_IGNOREKANATYPE, NORM_IGNOREKASHIDA
|
||||
*
|
||||
|
@ -2677,9 +2677,9 @@ static HRESULT _VarChangeTypeExWrap (VARIANTARG* pvargDest,
|
|||
* is not an EMPTY variant. All four VT_RESERVED combinations have a
|
||||
* different meaning:
|
||||
* - BSTR and other: BSTR is always greater than the other variant.
|
||||
* - BSTR|VT_RESERVED and other: a string comparision is performed.
|
||||
* - BSTR|VT_RESERVED and other: a string comparison is performed.
|
||||
* - BSTR and other|VT_RESERVED: If the BSTR is a number a numeric
|
||||
* comparision will take place else the BSTR is always greater.
|
||||
* comparison will take place else the BSTR is always greater.
|
||||
* - BSTR|VT_RESERVED and other|VT_RESERVED: It seems that the other
|
||||
* variant is ignored and the return value depends only on the sign
|
||||
* of the BSTR if it is a number else the BSTR is always greater. A
|
||||
|
@ -2763,7 +2763,7 @@ HRESULT WINAPI VarCmp(LPVARIANT left, LPVARIANT right, LCID lcid, DWORD flags)
|
|||
/* No VT_RESERVED set ==> BSTR always greater */
|
||||
rc = VARCMP_GT;
|
||||
else if (breserv && !nreserv) {
|
||||
/* BSTR has VT_RESERVED set. Do a string comparision */
|
||||
/* BSTR has VT_RESERVED set. Do a string comparison */
|
||||
rc = VariantChangeTypeEx(&rv,nonbv,lcid,0,VT_BSTR);
|
||||
if (FAILED(rc))
|
||||
return rc;
|
||||
|
@ -2780,7 +2780,7 @@ HRESULT WINAPI VarCmp(LPVARIANT left, LPVARIANT right, LCID lcid, DWORD flags)
|
|||
the BSTR number */
|
||||
rc = (V_R8(&lv) >= 0) ? VARCMP_GT : VARCMP_LT;
|
||||
else
|
||||
/* Numeric comparision, will be handled below.
|
||||
/* Numeric comparison, will be handled below.
|
||||
VARCMP_NULL used only to break out. */
|
||||
rc = VARCMP_NULL;
|
||||
VariantClear(&lv);
|
||||
|
|
|
@ -313,7 +313,7 @@ HRESULT SetupRegisterServers(const CFactoryTemplate * pList, int num,
|
|||
* This function is table driven using the static members of the
|
||||
* CFactoryTemplate class defined in the Dll.
|
||||
*
|
||||
* It calls the intialize function for any class in CFactoryTemplate with
|
||||
* It calls the initialize function for any class in CFactoryTemplate with
|
||||
* one defined.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
|
|
@ -74,7 +74,7 @@ extern HRESULT SetupRegisterServers(const CFactoryTemplate * pList, int num, BOO
|
|||
* This function is table driven using the static members of the
|
||||
* CFactoryTemplate class defined in the Dll.
|
||||
*
|
||||
* It calls the intialize function for any class in CFactoryTemplate with
|
||||
* It calls the initialize function for any class in CFactoryTemplate with
|
||||
* one defined.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
|
|
@ -348,7 +348,7 @@ StringTableDuplicate(HSTRING_TABLE hStringTable)
|
|||
pDestinationTable = MyMalloc(sizeof(STRING_TABLE));
|
||||
if (pDestinationTable == NULL)
|
||||
{
|
||||
ERR("Cound not allocate a new string table!\n");
|
||||
ERR("Could not allocate a new string table!\n");
|
||||
return (HSTRING_TABLE)NULL;
|
||||
}
|
||||
|
||||
|
|
|
@ -507,7 +507,7 @@ static LRESULT APIENTRY ACEditSubclassProc(HWND hwnd, UINT uMsg, WPARAM wParam,
|
|||
if ( (This->options & (ACO_AUTOSUGGEST | ACO_UPDOWNKEYDROPSLIST))
|
||||
&& (!IsWindowVisible(This->hwndListBox) && (! *hwndText)) )
|
||||
{
|
||||
/* We must dispays all the entries */
|
||||
/* We must display all the entries */
|
||||
displayall = TRUE;
|
||||
} else {
|
||||
if (IsWindowVisible(This->hwndListBox)) {
|
||||
|
|
|
@ -50,7 +50,7 @@ typedef struct tagbrowse_info
|
|||
typedef struct tagTV_ITEMDATA
|
||||
{
|
||||
LPSHELLFOLDER lpsfParent; /* IShellFolder of the parent */
|
||||
LPITEMIDLIST lpi; /* PIDL relativ to parent */
|
||||
LPITEMIDLIST lpi; /* PIDL relative to parent */
|
||||
LPITEMIDLIST lpifq; /* Fully qualified PIDL */
|
||||
IEnumIDList* pEnumIL; /* Children iterator */
|
||||
} TV_ITEMDATA, *LPTV_ITEMDATA;
|
||||
|
@ -245,7 +245,7 @@ static BOOL GetName(LPSHELLFOLDER lpsf, LPCITEMIDLIST lpi, DWORD dwFlags, LPWSTR
|
|||
* PARAMS
|
||||
* info [I] data for the dialog
|
||||
* lpsf [I] IShellFolder interface of the item's parent shell folder
|
||||
* pidl [I] ITEMIDLIST of the child to insert, relativ to parent
|
||||
* pidl [I] ITEMIDLIST of the child to insert, relative to parent
|
||||
* pidlParent [I] ITEMIDLIST of the parent shell folder
|
||||
* pEnumIL [I] Iterator for the children of the item to be inserted
|
||||
* hParent [I] The treeview-item that represents the parent shell folder
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* IEnumFORMATETC, IDataObject
|
||||
*
|
||||
* selecting and droping objects within the shell and/or common dialogs
|
||||
* selecting and dropping objects within the shell and/or common dialogs
|
||||
*
|
||||
* Copyright 1998, 1999 <juergen.schmied@metronet.de>
|
||||
*
|
||||
|
|
|
@ -53,7 +53,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
|||
typedef struct
|
||||
{
|
||||
LPWSTR sSourceFile; /* file (not path!) containing the icon */
|
||||
DWORD dwSourceIndex; /* index within the file, if it is a resoure ID it will be negated */
|
||||
DWORD dwSourceIndex; /* index within the file, if it is a resource ID it will be negated */
|
||||
DWORD dwListIndex; /* index within the iconlist */
|
||||
DWORD dwFlags; /* GIL_* flags */
|
||||
DWORD dwAccessTime;
|
||||
|
|
|
@ -62,7 +62,7 @@ extern BOOL WINAPI Free(LPVOID);
|
|||
*
|
||||
* PARAMS
|
||||
* psf [I] Shell Folder to start with, if NULL the desktop is used
|
||||
* pidl [I] ItemIDList relativ to the psf to get the display name for
|
||||
* pidl [I] ItemIDList relative to the psf to get the display name for
|
||||
* path [O] Filled in with the display name, assumed to be at least MAX_PATH long
|
||||
* type [I] Type of display name to retrieve
|
||||
* 0 = SHGDN_FORPARSING | SHGDN_FORADDRESSBAR uses always the desktop as root
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
* a pidl of NULL means the desktop
|
||||
*
|
||||
* The structure of the pidl seems to be a union. The first byte of the
|
||||
* PIDLDATA desribes the type of pidl.
|
||||
* PIDLDATA describes the type of pidl.
|
||||
*
|
||||
* object ! first byte / ! format ! living space
|
||||
* ! size
|
||||
|
|
|
@ -1462,7 +1462,7 @@ IFSFldr_PersistFolder3_InitializeEx (IPersistFolder3 * iface,
|
|||
This->pidlRoot = ILClone (pidlRoot);
|
||||
|
||||
/*
|
||||
* the target folder is spezified in csidl OR pidlTargetFolder OR
|
||||
* the target folder is specified in csidl OR pidlTargetFolder OR
|
||||
* szTargetParsingName
|
||||
*/
|
||||
if (ppfti) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright 1997 Marcus Meissner
|
||||
* Copyright 1998, 1999, 2002 Juergen Schmied
|
||||
* Copyright 2003 Mike McCormack for Codeweavers
|
||||
* Copyright 2003 Mike McCormack for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
* show up in the title bar of an application's window. They tend to accumulate
|
||||
* in the most-recently-used section of the file-menu. And I've even seen some
|
||||
* in a configuration dialog's edit control. In those examples, wine can't do a
|
||||
* lot about this, since path-names can't be told appart from ordinary strings
|
||||
* lot about this, since path-names can't be told apart from ordinary strings
|
||||
* here. That's different in the file dialogs, though.
|
||||
*
|
||||
* With the introduction of the 'shell' in win32, Microsoft established an
|
||||
|
@ -104,7 +104,7 @@
|
|||
* might ask ("And I don't want wine have access to my complete hard drive, you
|
||||
* *%&1#!"). No problem, as I stated above, unixfs uses the _posix_ apis to
|
||||
* construct the ITEMIDLISTs. Folders, which aren't accessible via a drive letter,
|
||||
* don't have the SFGAO_FILESYSTEM flag set. So the file dialogs should'nt allow
|
||||
* don't have the SFGAO_FILESYSTEM flag set. So the file dialogs shouldn't allow
|
||||
* the user to select such a folder for file storage (And if it does anyhow, it
|
||||
* will not be able to return a valid path, since there is none). Think of those
|
||||
* folders as a hierarchy of 'My Computer'-like folders, which happen to be a
|
||||
|
@ -112,7 +112,7 @@
|
|||
* change anything at all in wine's fileio api's, windows applications will have
|
||||
* no more access rights as they had before.
|
||||
*
|
||||
* To sum it all up, you can still savely run wine with you root account (Just
|
||||
* To sum it all up, you can still safely run wine with you root account (Just
|
||||
* kidding, don't do it.)
|
||||
*
|
||||
* If you are now standing in front of your computer, shouting hotly
|
||||
|
@ -553,7 +553,7 @@ static char* UNIXFS_build_shitemid(char *pszUnixPath, void *pIDL) {
|
|||
*
|
||||
* PARAMS
|
||||
* pUnixFolder [I] If path is relative, pUnixFolder represents the base path
|
||||
* path [I] An absolute unix or dos path or a path relativ to pUnixFolder
|
||||
* path [I] An absolute unix or dos path or a path relative to pUnixFolder
|
||||
* ppidl [O] The corresponding ITEMIDLIST. Release with SHFree/ILFree
|
||||
*
|
||||
* RETURNS
|
||||
|
|
|
@ -188,7 +188,7 @@ static BOOL SHELL_ArgifyW(WCHAR* out, int len, const WCHAR* fmt, const WCHAR* lp
|
|||
case 'I':
|
||||
if (pidl) {
|
||||
INT chars = 0;
|
||||
/* %p should not exceed 8, maybe 16 when looking foward to 64bit.
|
||||
/* %p should not exceed 8, maybe 16 when looking forward to 64bit.
|
||||
* allowing a buffer of 100 should more than exceed all needs */
|
||||
WCHAR buf[100];
|
||||
LPVOID pv;
|
||||
|
|
|
@ -113,7 +113,7 @@ BOOL SHELL32_GetCustomFolderAttribute(
|
|||
*
|
||||
* PARAMETERS
|
||||
* pszNext [IN] string to get the element from
|
||||
* pszOut [IN] pointer to buffer whitch receives string
|
||||
* pszOut [IN] pointer to buffer which receives string
|
||||
* dwOut [IN] length of pszOut
|
||||
*
|
||||
* RETURNS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright 1998,1999 <juergen.schmied@debitel.net>
|
||||
*
|
||||
* This is the view visualizing the data provied by the shellfolder.
|
||||
* This is the view visualizing the data provided by the shellfolder.
|
||||
* No direct access to data from pidls should be done from here.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
@ -21,9 +21,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*
|
||||
* FIXME: The order by part of the background context menu should be
|
||||
* buily according to the columns shown.
|
||||
* built according to the columns shown.
|
||||
*
|
||||
* FIXME: Load/Save the view state from/into the stream provied by
|
||||
* FIXME: Load/Save the view state from/into the stream provided by
|
||||
* the ShellBrowser
|
||||
*
|
||||
* FIXME: CheckToolbar: handle the "new folder" and "folder up" button
|
||||
|
|
|
@ -349,7 +349,7 @@ static HRESULT TRASH_CreateSimplePIDL(const TRASH_ELEMENT *element, const WIN32_
|
|||
/***********************************************************************
|
||||
* TRASH_UnpackItemID [Internal]
|
||||
*
|
||||
* DESCRITION:
|
||||
* DESCRIPTION:
|
||||
* Extract the information stored in an Item ID. The TRASH_ELEMENT
|
||||
* identifies the element in the Trash. The WIN32_FIND_DATA contains the
|
||||
* information about the original file. The data->ftLastAccessTime contains
|
||||
|
|
|
@ -2013,7 +2013,7 @@ static LONG URL_ParseUrl(LPCWSTR pszUrl, WINE_PARSE_URL *pl)
|
|||
* pszIn [I] Url to parse
|
||||
* pszOut [O] Destination for part of pszIn requested
|
||||
* pcchOut [I] Size of pszOut
|
||||
* [O] length of pszOut string EXLUDING '\0' if S_OK, otherwise
|
||||
* [O] length of pszOut string EXCLUDING '\0' if S_OK, otherwise
|
||||
* needed size of pszOut INCLUDING '\0'.
|
||||
* dwPart [I] URL_PART_ enum from "shlwapi.h"
|
||||
* dwFlags [I] URL_ flags from "shlwapi.h"
|
||||
|
|
|
@ -816,7 +816,7 @@ INT16 WINAPI SetCommState16(LPDCB16 lpdcb)
|
|||
* 1. if the baud rate is a CBR constant, interpret it.
|
||||
* 2. if it is greater than 57600, the baud rate is 115200
|
||||
* 3. use the actual baudrate
|
||||
* steps 2 and 3 are equivilent to 16550 baudrate divisor = 115200/BaudRate
|
||||
* steps 2 and 3 are equivalent to 16550 baudrate divisor = 115200/BaudRate
|
||||
* see http://support.microsoft.com/support/kb/articles/q108/9/28.asp
|
||||
*/
|
||||
switch(lpdcb->BaudRate)
|
||||
|
|
|
@ -232,8 +232,8 @@ HCONV WINAPI DdeReconnect(HCONV hConv)
|
|||
{
|
||||
BOOL ret;
|
||||
|
||||
/* to reestablist a connection, we have to make sure that:
|
||||
* 1/ pConv is the converstation attached to the client window (it wouldn't be
|
||||
/* to reestablish a connection, we have to make sure that:
|
||||
* 1/ pConv is the conversation attached to the client window (it wouldn't be
|
||||
* if a call to DdeReconnect would have already been done...)
|
||||
* FIXME: is this really an error ???
|
||||
* 2/ the pConv conversation had really been deconnected
|
||||
|
@ -1394,7 +1394,7 @@ BOOL WINAPI DdeDisconnect(HCONV hConv)
|
|||
pConv->instance->lastError = DMLERR_POSTMSG_FAILED;
|
||||
|
||||
WDML_FreeTransaction(pConv->instance, pXAct, TRUE);
|
||||
/* still have to destroy data assosiated with conversation */
|
||||
/* still have to destroy data associated with conversation */
|
||||
WDML_RemoveConv(pConv, WDML_CLIENT_SIDE);
|
||||
}
|
||||
else
|
||||
|
|
|
@ -1724,7 +1724,7 @@ WDML_CONV* WDML_AddConv(WDML_INSTANCE* pInstance, WDML_SIDE side,
|
|||
{
|
||||
WDML_CONV* pConv;
|
||||
|
||||
/* no converstation yet, add it */
|
||||
/* no conversation yet, add it */
|
||||
pConv = HeapAlloc(GetProcessHeap(), 0, sizeof(WDML_CONV));
|
||||
if (!pConv) return NULL;
|
||||
|
||||
|
|
|
@ -375,7 +375,7 @@ LRESULT WINAPI DefDlgProc16( HWND16 hwnd, UINT16 msg, WPARAM16 wParam,
|
|||
HWND hwnd32 = WIN_Handle32( hwnd );
|
||||
BOOL result = FALSE;
|
||||
|
||||
/* Perform DIALOGINFO intialization if not done */
|
||||
/* Perform DIALOGINFO initialization if not done */
|
||||
if(!(dlgInfo = DIALOG_get_info(hwnd32, TRUE))) return -1;
|
||||
|
||||
SetWindowLongPtrW( hwnd32, DWLP_MSGRESULT, 0 );
|
||||
|
@ -477,7 +477,7 @@ LRESULT WINAPI DefDlgProcW( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam )
|
|||
BOOL result = FALSE;
|
||||
DLGPROC dlgproc;
|
||||
|
||||
/* Perform DIALOGINFO intialization if not done */
|
||||
/* Perform DIALOGINFO initialization if not done */
|
||||
if(!(dlgInfo = DIALOG_get_info( hwnd, TRUE ))) return -1;
|
||||
|
||||
SetWindowLongPtrW( hwnd, DWLP_MSGRESULT, 0 );
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* When we have more than 9 opened windows, a "More Windows..."
|
||||
* option appears in the "Windows" menu. Each child window has
|
||||
* a WND* associated with it, accesible via the children list of
|
||||
* a WND* associated with it, accessible via the children list of
|
||||
* the parent window. This WND* has a wIDmenu member, which reflects
|
||||
* the position of the child in the window list. For example, with
|
||||
* 9 child windows, we could have the following pattern:
|
||||
|
|
|
@ -268,7 +268,7 @@ static int id (HWND h)
|
|||
* 3. Prev Group of hDlg in hDlg is null
|
||||
* 4. Prev Tab of hDlg in hDlg is null
|
||||
* 5. Next Group of null is first visible enabled child
|
||||
* Check it skips invisible, diabled and both.
|
||||
* Check it skips invisible, disabled and both.
|
||||
* 6. Next Tab of null is first visible enabled tabstop
|
||||
* Check it skips invisible, disabled, nontabstop, and in combination.
|
||||
* 7. Next Group of hDlg in hDlg is as of null
|
||||
|
|
|
@ -141,7 +141,7 @@ HRESULT MSSTYLES_OpenThemeFile(LPCWSTR lpThemeFile, LPCWSTR pszColorName, LPCWST
|
|||
}
|
||||
pszSizes = (LPWSTR)LoadResource(hTheme, hrsc);
|
||||
|
||||
/* Validate requested color against whats available from the theme */
|
||||
/* Validate requested color against what's available from the theme */
|
||||
if(pszColorName) {
|
||||
tmp = pszColors;
|
||||
while(*tmp) {
|
||||
|
@ -155,7 +155,7 @@ HRESULT MSSTYLES_OpenThemeFile(LPCWSTR lpThemeFile, LPCWSTR pszColorName, LPCWST
|
|||
else
|
||||
pszSelectedColor = pszColors; /* Use the default color */
|
||||
|
||||
/* Validate requested size against whats available from the theme */
|
||||
/* Validate requested size against what's available from the theme */
|
||||
if(pszSizeName) {
|
||||
tmp = pszSizes;
|
||||
while(*tmp) {
|
||||
|
|
|
@ -128,7 +128,7 @@ static void test_GetWindowTheme(void)
|
|||
"Expected E_HANDLE, got 0x%08x\n",
|
||||
GetLastError());
|
||||
|
||||
/* Only do the bare minumum to get a valid hwnd */
|
||||
/* Only do the bare minimum to get a valid hwnd */
|
||||
hWnd = CreateWindowExA(0, "static", "", WS_POPUP, 0,0,100,100,0, 0, 0, NULL);
|
||||
if (!hWnd) return;
|
||||
|
||||
|
@ -161,7 +161,7 @@ static void test_SetWindowTheme(void)
|
|||
GetLastError());
|
||||
}
|
||||
|
||||
/* Only do the bare minumum to get a valid hwnd */
|
||||
/* Only do the bare minimum to get a valid hwnd */
|
||||
hWnd = CreateWindowExA(0, "static", "", WS_POPUP, 0,0,100,100,0, 0, 0, NULL);
|
||||
if (!hWnd) return;
|
||||
|
||||
|
@ -231,7 +231,7 @@ static void test_OpenThemeData(void)
|
|||
GetLastError());
|
||||
}
|
||||
|
||||
/* Only do the bare minumum to get a valid hdc */
|
||||
/* Only do the bare minimum to get a valid hdc */
|
||||
hWnd = CreateWindowExA(0, "static", "", WS_POPUP, 0,0,100,100,0, 0, 0, NULL);
|
||||
if (!hWnd) return;
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@ void ALSA_WaitRingMessage(ALSA_MSG_RING* omr, DWORD sleep)
|
|||
/******************************************************************
|
||||
* ALSA_AddRingMessage
|
||||
*
|
||||
* Inserts a new message into the ring (should be called from DriverProc derivated routines)
|
||||
* Inserts a new message into the ring (should be called from DriverProc derived routines)
|
||||
*/
|
||||
int ALSA_AddRingMessage(ALSA_MSG_RING* omr, enum win_wm_message msg, DWORD param, BOOL wait)
|
||||
{
|
||||
|
|
|
@ -571,7 +571,7 @@ static int ESD_DestroyRingMessage(ESD_MSG_RING* mr)
|
|||
/******************************************************************
|
||||
* ESD_AddRingMessage
|
||||
*
|
||||
* Inserts a new message into the ring (should be called from DriverProc derivated routines)
|
||||
* Inserts a new message into the ring (should be called from DriverProc derived routines)
|
||||
*/
|
||||
static int ESD_AddRingMessage(ESD_MSG_RING* mr, enum win_wm_message msg, DWORD param, BOOL wait)
|
||||
{
|
||||
|
|
|
@ -137,7 +137,7 @@ typedef struct {
|
|||
DWORD dwThreadID;
|
||||
OSS_MSG_RING msgRing;
|
||||
|
||||
/* make accomodation for the inaccuracy of OSS when reporting buffer size remaining by using the clock instead of GETOSPACE */
|
||||
/* make accommodation for the inaccuracy of OSS when reporting buffer size remaining by using the clock instead of GETOSPACE */
|
||||
DWORD dwProjectedFinishTime;
|
||||
|
||||
} WINE_WAVEOUT;
|
||||
|
|
|
@ -330,7 +330,7 @@ LRESULT OSS_MidiInit(void)
|
|||
|
||||
/* This whole part is somewhat obscure to me. I'll keep trying to dig
|
||||
info about it. If you happen to know, please tell us. The very
|
||||
descritive minfo.dev_type was not used here.
|
||||
descriptive minfo.dev_type was not used here.
|
||||
*/
|
||||
/* Manufac ID. We do not have access to this with soundcard.h
|
||||
Does not seem to be a problem, because in mmsystem.h only
|
||||
|
|
|
@ -506,7 +506,7 @@ void X11DRV_LoadTabletInfo(HWND hwnddefault)
|
|||
devices = pXListInputDevices(data->display, &num_devices);
|
||||
if (!devices)
|
||||
{
|
||||
WARN("XInput Extenstions reported as not avalable\n");
|
||||
WARN("XInput Extensions reported as not avalable\n");
|
||||
wine_tsx11_unlock();
|
||||
return;
|
||||
}
|
||||
|
@ -1240,7 +1240,7 @@ UINT X11DRV_WTInfoW(UINT wCategory, UINT nIndex, LPVOID lpOutput)
|
|||
if (wCategory - WTI_CURSORS >= gNumCursors)
|
||||
{
|
||||
rc = 0;
|
||||
WARN("Requested cursor information for non existent cursor %d; only %d cursors\n",
|
||||
WARN("Requested cursor information for nonexistent cursor %d; only %d cursors\n",
|
||||
wCategory - WTI_CURSORS, gNumCursors);
|
||||
}
|
||||
else
|
||||
|
|
|
@ -452,7 +452,7 @@ static void InternetCreateUrlA_test(void)
|
|||
"Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
|
||||
ok(len == -1, "Expected len -1, got %d\n", len);
|
||||
|
||||
/* test valid lpUrlComponets, NULL lpdwUrlLength */
|
||||
/* test valid lpUrlComponents, NULL lpdwUrlLength */
|
||||
fill_url_components(&urlComp);
|
||||
SetLastError(0xdeadbeef);
|
||||
ret = InternetCreateUrlA(&urlComp, 0, NULL, NULL);
|
||||
|
@ -461,7 +461,7 @@ static void InternetCreateUrlA_test(void)
|
|||
"Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
|
||||
ok(len == -1, "Expected len -1, got %d\n", len);
|
||||
|
||||
/* test valid lpUrlComponets, empty szUrl
|
||||
/* test valid lpUrlComponents, empty szUrl
|
||||
* lpdwUrlLength is size of buffer required on exit, including
|
||||
* the terminating null when GLE == ERROR_INSUFFICIENT_BUFFER
|
||||
*/
|
||||
|
@ -481,7 +481,7 @@ static void InternetCreateUrlA_test(void)
|
|||
"Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
|
||||
ok(len == 51, "Expected len 51, got %d\n", len);
|
||||
|
||||
/* test valid lpUrlComponets, alloced szUrl, small size */
|
||||
/* test valid lpUrlComponents, alloc-ed szUrl, small size */
|
||||
SetLastError(0xdeadbeef);
|
||||
szUrl = HeapAlloc(GetProcessHeap(), 0, len);
|
||||
len -= 2;
|
||||
|
@ -491,7 +491,7 @@ static void InternetCreateUrlA_test(void)
|
|||
"Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
|
||||
ok(len == 51, "Expected len 51, got %d\n", len);
|
||||
|
||||
/* alloced szUrl, NULL lpszScheme
|
||||
/* alloc-ed szUrl, NULL lpszScheme
|
||||
* shows that it uses nScheme instead
|
||||
*/
|
||||
SetLastError(0xdeadbeef);
|
||||
|
@ -503,7 +503,7 @@ static void InternetCreateUrlA_test(void)
|
|||
ok(len == 50, "Expected len 50, got %d\n", len);
|
||||
ok(!strcmp(szUrl, CREATE_URL1), "Expected %s, got %s\n", CREATE_URL1, szUrl);
|
||||
|
||||
/* alloced szUrl, invalid nScheme
|
||||
/* alloc-ed szUrl, invalid nScheme
|
||||
* any nScheme out of range seems ignored
|
||||
*/
|
||||
fill_url_components(&urlComp);
|
||||
|
@ -516,7 +516,7 @@ static void InternetCreateUrlA_test(void)
|
|||
"Expected 0xdeadbeef, got %d\n", GetLastError());
|
||||
ok(len == 50, "Expected len 50, got %d\n", len);
|
||||
|
||||
/* test valid lpUrlComponets, alloced szUrl */
|
||||
/* test valid lpUrlComponents, alloc-ed szUrl */
|
||||
fill_url_components(&urlComp);
|
||||
SetLastError(0xdeadbeef);
|
||||
len = 51;
|
||||
|
|
|
@ -1976,7 +1976,7 @@ int WINAPI WSAHtonl(SOCKET s, WS_u_long hostlong, WS_u_long *lpnetlong)
|
|||
|
||||
/***********************************************************************
|
||||
* WSAHtons (WS2_32.47)
|
||||
* From MSDN decription of error codes, this function should also
|
||||
* From MSDN description of error codes, this function should also
|
||||
* check if WinSock has been initialized and the socket is a valid
|
||||
* socket. But why? This function only translates a host byte order
|
||||
* u_short into a network byte order u_short...
|
||||
|
|
|
@ -476,7 +476,7 @@ typedef struct pcmwaveformat_tag {
|
|||
|
||||
#ifndef _WAVEFORMATEX_
|
||||
#define _WAVEFORMATEX_
|
||||
/* dito same for Win16 / Win32 */
|
||||
/* ditto same for Win16 / Win32 */
|
||||
typedef struct tWAVEFORMATEX {
|
||||
WORD wFormatTag;
|
||||
WORD nChannels;
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
/* number of microseconds/10 to wait for master mutex before giving up */
|
||||
#define MASTER_MUTEX_TIMEOUT 6000000
|
||||
|
||||
/* number of miliseconds to wait on the master mutex after it returns BUSY */
|
||||
/* number of milliseconds to wait on the master mutex after it returns BUSY */
|
||||
#define MASTER_MUTEX_WAITNAMEDPIPE_TIMEOUT 5000
|
||||
|
||||
/* a data payload; not a normal message */
|
||||
|
|
|
@ -172,7 +172,7 @@ typedef struct {
|
|||
DWORD dfFace;
|
||||
DWORD dfReserved;
|
||||
CHAR szDeviceName[60]; /* FIXME: length unknown */
|
||||
CHAR szFaceName[60]; /* dito */
|
||||
CHAR szFaceName[60]; /* ditto */
|
||||
} FONTDIR16, *LPFONTDIR16;
|
||||
|
||||
typedef struct
|
||||
|
|
|
@ -1064,7 +1064,7 @@ typedef struct _SYSTEM_CPU_INFORMATION {
|
|||
#define CPU_FEATURE_MTRR 0x00000040 /* Memory Type Range Registers */
|
||||
#define CPU_FEATURE_CX8 0x00000080 /* Compare and eXchange 8 byte instr. */
|
||||
#define CPU_FEATURE_MMX 0x00000100 /* Multi Media eXtensions */
|
||||
#define CPU_FEATURE_X86 0x00000200 /* seems to be alway ON, on the '86 */
|
||||
#define CPU_FEATURE_X86 0x00000200 /* seems to be always ON, on the '86 */
|
||||
#define CPU_FEATURE_PAT 0x00000400 /* Page Attribute Table */
|
||||
#define CPU_FEATURE_FXSR 0x00000800 /* FXSAVE and FXSTORE instructions */
|
||||
#define CPU_FEATURE_SEP 0x00001000 /* SYSENTER and SYSEXIT instructions */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Exported functions of the Wine preprocessor
|
||||
*
|
||||
* Copyrignt 1998 Bertho A. Stultiens
|
||||
* Copyright 1998 Bertho A. Stultiens
|
||||
* Copyright 2002 Alexandre Julliard
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
|
|
@ -181,7 +181,7 @@ typedef struct cval {
|
|||
ctype_t type;
|
||||
union {
|
||||
#if 0
|
||||
signed char sc; /* Explicitely signed because compilers are stupid */
|
||||
signed char sc; /* Explicitly signed because compilers are stupid */
|
||||
unsigned char uc;
|
||||
short ss;
|
||||
unsigned short us;
|
||||
|
|
|
@ -423,7 +423,7 @@ void WCMD_HandleTildaModifiers(WCHAR **start, WCHAR *forVariable, WCHAR *forValu
|
|||
memcpy(env, start, (end-start) * sizeof(WCHAR));
|
||||
env[(end-start)] = 0x00;
|
||||
|
||||
/* If env var not found, return emptry string */
|
||||
/* If env var not found, return empty string */
|
||||
if ((GetEnvironmentVariable(env, fullpath, MAX_PATH) == 0) ||
|
||||
(SearchPath(fullpath, outputparam, NULL,
|
||||
MAX_PATH, outputparam, NULL) == 0)) {
|
||||
|
|
|
@ -919,7 +919,7 @@ static void init_msvcrt_io_block(STARTUPINFO* st)
|
|||
* If any found, cycle through PATHEXT looking for name.exe one by one
|
||||
* Launching
|
||||
* Once a match has been found, it is launched - Code currently uses
|
||||
* findexecutable to acheive this which is left untouched.
|
||||
* findexecutable to achieve this which is left untouched.
|
||||
*/
|
||||
|
||||
void WCMD_run_program (WCHAR *command, int called) {
|
||||
|
|
|
@ -414,7 +414,7 @@ void GraphCtrl_DrawPoint(TGraphCtrl* this)
|
|||
* note: the m_dcPlot covers the entire client
|
||||
* but we only shift bitmap that is the size
|
||||
* of the plot rectangle
|
||||
* grab the right side of the plot (exluding m_nShiftPixels on the left)
|
||||
* grab the right side of the plot (excluding m_nShiftPixels on the left)
|
||||
* move this grabbed bitmap to the left by m_nShiftPixels
|
||||
*/
|
||||
BitBlt(this->m_dcPlot, this->m_rectPlot.left, this->m_rectPlot.top+1,
|
||||
|
@ -430,7 +430,7 @@ void GraphCtrl_DrawPoint(TGraphCtrl* this)
|
|||
/* fill the cleanup area with the background */
|
||||
FillRect(this->m_dcPlot, &rectCleanUp, this->m_brushBack);
|
||||
|
||||
/* draw the next line segement */
|
||||
/* draw the next line segment */
|
||||
for (i = 0; i < MAX_PLOTS; i++)
|
||||
{
|
||||
/* grab the plotting pen */
|
||||
|
|
|
@ -119,7 +119,7 @@ static HLPFILE_PAGE *HLPFILE_PageByNumber(HLPFILE* hlpfile, UINT wNum)
|
|||
* As of today, we only return the page... we should also return
|
||||
* a paragraph, and then, while opening a new page, compute the
|
||||
* y-offset of the paragraph to be shown and scroll the window
|
||||
* accordinly
|
||||
* accordingly
|
||||
*/
|
||||
/******************************************************************
|
||||
* HLPFILE_PageByOffset
|
||||
|
|
Loading…
Reference in New Issue