Module: wine Branch: master Commit: ef6971da4053a1fff4e28a66f0c6a8b121efe061 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef6971da4053a1fff4e28a66f0...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Feb 6 14:30:38 2009 +0100
widl: Replace unsigned long and size_t by unsigned int where appropriate.
---
tools/widl/client.c | 2 +- tools/widl/hash.c | 2 +- tools/widl/hash.h | 2 +- tools/widl/header.c | 2 +- tools/widl/parser.y | 4 +- tools/widl/server.c | 6 +- tools/widl/typegen.c | 194 +++++++++++++++++++++++----------------------- tools/widl/typegen.h | 10 +- tools/widl/typetree.c | 2 +- tools/widl/typetree.h | 4 +- tools/widl/widltypes.h | 2 +- tools/widl/write_msft.c | 4 +- 12 files changed, 117 insertions(+), 117 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ef6971da4053a1fff4e28a...