Module: wine Branch: master Commit: 82f175e9b5ab98a9b3a59d7f65bf42f8d55e4b8e URL: http://source.winehq.org/git/wine.git/?a=commit;h=82f175e9b5ab98a9b3a59d7f65...
Author: Alexandre Julliard julliard@winehq.org Date: Sat May 23 11:49:09 2009 +0200
msvcrt: Replace long by MSVCRT_long.
---
dlls/msvcrt/errno.c | 4 +- dlls/msvcrt/file.c | 22 ++++++++++---------- dlls/msvcrt/math.c | 14 ++++++------ dlls/msvcrt/misc.c | 4 +- dlls/msvcrt/msvcrt.h | 14 +++++++----- dlls/msvcrt/process.c | 4 +- dlls/msvcrt/tests/file.c | 48 +++++++++++++++++++++++----------------------- dlls/msvcrt/time.c | 6 ++-- dlls/msvcrt/undname.c | 4 +- 9 files changed, 61 insertions(+), 59 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=82f175e9b5ab98a9b3a59d...