mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
- fix some warnings
- define _ACLUI_ svn path=/trunk/; revision=25638
This commit is contained in:
parent
96401084ac
commit
528e8fe9ec
3 changed files with 3 additions and 2 deletions
|
@ -130,7 +130,7 @@ NotifyControlParent(IN PCHECKLISTWND infoPtr,
|
|||
|
||||
static PCHECKITEM
|
||||
FindCheckItemByIndex(IN PCHECKLISTWND infoPtr,
|
||||
IN UINT Index)
|
||||
IN INT Index)
|
||||
{
|
||||
PCHECKITEM Item, Found = NULL;
|
||||
|
||||
|
|
|
@ -262,7 +262,7 @@ InvokeObjectPickerDialog(IN IDsObjectPicker *pDsObjectPicker,
|
|||
STGMEDIUM stm;
|
||||
FORMATETC fe;
|
||||
|
||||
fe.cfFormat = RegisterClipboardFormat(CFSTR_DSOP_DS_SELECTION_LIST);
|
||||
fe.cfFormat = (WORD)RegisterClipboardFormat(CFSTR_DSOP_DS_SELECTION_LIST);
|
||||
fe.ptd = NULL;
|
||||
fe.dwAspect = DVASPECT_CONTENT;
|
||||
fe.lindex = -1;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#define NTOS_MODE_USER
|
||||
#define _ACLUI_
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <commctrl.h>
|
||||
|
|
Loading…
Reference in a new issue