Module: wine Branch: master Commit: f9de4eef75ecfc074f726f39e54a77211eca2e7b URL: http://source.winehq.org/git/wine.git/?a=commit;h=f9de4eef75ecfc074f726f39e5...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Jun 3 15:28:32 2011 +0200
msvcrt: Fix mingw compilation issues.
---
dlls/msvcrt/ctype.c | 52 +++++++------- dlls/msvcrt/data.c | 6 +- dlls/msvcrt/dir.c | 42 ++++++------ dlls/msvcrt/environ.c | 6 +- dlls/msvcrt/errno.c | 6 +- dlls/msvcrt/file.c | 74 ++++++++++---------- dlls/msvcrt/locale.c | 10 ++-- dlls/msvcrt/math.c | 36 +++++----- dlls/msvcrt/misc.c | 4 +- dlls/msvcrt/msvcrt.h | 24 ++++---- dlls/msvcrt/msvcrt.spec | 168 +++++++++++++++++++++++----------------------- dlls/msvcrt/process.c | 16 ++-- dlls/msvcrt/string.c | 10 ++-- dlls/msvcrt/time.c | 16 ++-- dlls/msvcrt/wcs.c | 20 +++--- 15 files changed, 245 insertions(+), 245 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f9de4eef75ecfc074f726f...