mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
merged back Wine commits
svn path=/trunk/; revision=7767
This commit is contained in:
@@ -264,11 +264,11 @@ BOOL SIC_Initialize(void)
|
||||
return(FALSE);
|
||||
}
|
||||
|
||||
ShellSmallIconList = ImageList_Create(16,16,ILC_COLOR32|ILC_MASK,0,0x20);
|
||||
ShellBigIconList = ImageList_Create(32,32,ILC_COLOR32|ILC_MASK,0,0x20);
|
||||
ShellSmallIconList = ImageList_Create(16,16,ILC_COLOR32|ILC_MASK,0,0x20);
|
||||
ShellBigIconList = ImageList_Create(32,32,ILC_COLOR32|ILC_MASK,0,0x20);
|
||||
|
||||
ImageList_SetBkColor(ShellSmallIconList, CLR_NONE);
|
||||
ImageList_SetBkColor(ShellBigIconList, CLR_NONE);
|
||||
ImageList_SetBkColor(ShellSmallIconList, CLR_NONE);
|
||||
ImageList_SetBkColor(ShellBigIconList, CLR_NONE);
|
||||
|
||||
for (index=1; index<39; index++)
|
||||
{
|
||||
|
||||
@@ -206,7 +206,7 @@ static HRESULT WINAPI IStream_fnWrite (IStream * iface, const void* pv, ULONG cb
|
||||
if( !pv )
|
||||
return STG_E_INVALIDPOINTER;
|
||||
|
||||
/* WriteFile() doesn't allow to specify NULL as write count pointer. */
|
||||
/* WriteFile() doesn't allow to specify NULL as write count pointer */
|
||||
if (!pcbWritten)
|
||||
pcbWritten = &dummy_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user