- fix some warnings

- define _ACLUI_

svn path=/trunk/; revision=25638
This commit is contained in:
Johannes Anderwald 2007-01-26 19:44:42 +00:00
parent 96401084ac
commit 528e8fe9ec
3 changed files with 3 additions and 2 deletions

View file

@ -130,7 +130,7 @@ NotifyControlParent(IN PCHECKLISTWND infoPtr,
static PCHECKITEM
FindCheckItemByIndex(IN PCHECKLISTWND infoPtr,
IN UINT Index)
IN INT Index)
{
PCHECKITEM Item, Found = NULL;

View file

@ -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;

View file

@ -1,5 +1,6 @@
#define WIN32_NO_STATUS
#define NTOS_MODE_USER
#define _ACLUI_
#include <windows.h>
#include <ndk/ntndk.h>
#include <commctrl.h>