Michael Stefaniuc : widl: Output "LONG" instead of "long" for a 32bit integer.

Alexandre Julliard julliard at winehq.org
Fri Mar 13 09:13:51 CDT 2009


Module: wine
Branch: master
Commit: efbb4ebf3e2a75a8947d89082ef9c919218c9819
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=efbb4ebf3e2a75a8947d89082ef9c919218c9819

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Mar 12 23:04:35 2009 +0100

widl: Output "LONG" instead of "long" for a 32bit integer.

long is always 32bit in IDL files but that's not true in C.

---

 dlls/amstream/amstream.c          |    4 ++--
 dlls/amstream/mediastreamfilter.c |    4 ++--
 dlls/inkobj/inkcollector.c        |   12 ++++++------
 dlls/ole32/marshal.c              |   10 +++++-----
 dlls/ole32/rpc.c                  |    6 +++---
 dlls/ole32/stg_prop.c             |    2 +-
 dlls/ole32/stubmanager.c          |    4 ++--
 dlls/ole32/tests/stg_prop.c       |    6 +++---
 dlls/ole32/tests/usrmarshal.c     |    2 +-
 dlls/ole32/usrmarshal.c           |    4 ++--
 dlls/oleaut32/tests/tmarshal.c    |    2 +-
 dlls/quartz/memallocator.c        |    2 +-
 dlls/quartz/pin.c                 |    4 ++--
 dlls/rpcrt4/tests/server.c        |    6 +++---
 dlls/shdocvw/ie.c                 |   26 +++++++++++++-------------
 dlls/shdocvw/tests/webbrowser.c   |    4 ++--
 dlls/shdocvw/webbrowser.c         |   26 +++++++++++++-------------
 programs/rpcss/epmp.c             |    8 ++++----
 tools/widl/header.c               |   10 ++++++++--
 19 files changed, 74 insertions(+), 68 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=efbb4ebf3e2a75a8947d89082ef9c919218c9819



More information about the wine-cvs mailing list