Module: wine Branch: master Commit: e057be7dfff3858d141249e20636ceb101fe5cb9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e057be7dfff3858d141249e206...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Nov 23 22:58:40 2011 +0100
include: DPL_NOCONFIRMATION is not a long.
---
include/dplobby.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/dplobby.h b/include/dplobby.h index eb49513..9b243fd 100644 --- a/include/dplobby.h +++ b/include/dplobby.h @@ -151,7 +151,7 @@ typedef struct tagDPLMSG_SETPROPERTY DWORD dwPropertyData[1]; /* Buffer containing data */ } DPLMSG_SETPROPERTY, *LPDPLMSG_SETPROPERTY;
-#define DPL_NOCONFIRMATION 0L +#define DPL_NOCONFIRMATION 0
/* Reply to DPLMSG_SETPROPERTY */ typedef struct tagDPLMSG_SETPROPERTYRESPONSE