Alexandre Julliard : user32: Make user.exe into a stand-alone 16-bit module .

Alexandre Julliard julliard at winehq.org
Thu Dec 24 10:27:16 CST 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Dec 23 20:01:37 2009 +0100

user32: Make user.exe into a stand-alone 16-bit module.

---

 .gitignore                                         |    1 -
 configure                                          |    9 ++
 configure.ac                                       |    1 +
 dlls/Makefile.in                                   |    4 -
 dlls/user.exe16/Makefile.in                        |   24 ++++
 dlls/{user32/bidi16.c => user.exe16/bidi.c}        |    0 
 dlls/{user32/comm16.c => user.exe16/comm.c}        |   33 +++---
 dlls/{user32/dialog16.c => user.exe16/dialog.c}    |    3 +-
 dlls/{user32/hook16.c => user.exe16/hook.c}        |    1 -
 dlls/{user32/msg16.c => user.exe16/message.c}      |    2 -
 dlls/{user32 => user.exe16}/network.c              |    0 
 dlls/{user32/user16.c => user.exe16/user.c}        |    6 -
 .../user.exe.spec => user.exe16/user.exe16.spec}   |    0 
 dlls/user.exe16/user_private.h                     |  132 ++++++++++++++++++++
 .../version16.rc => user.exe16/version.rc}         |    0 
 dlls/{user32/wnd16.c => user.exe16/window.c}       |    4 +-
 dlls/user32/Makefile.in                            |   24 ----
 dlls/user32/controls.h                             |   17 +---
 dlls/user32/desktop.c                              |    1 +
 dlls/user32/edit.c                                 |    4 +-
 dlls/user32/listbox.c                              |    1 +
 dlls/user32/nonclient.c                            |    1 +
 dlls/user32/user_main.c                            |    1 +
 dlls/user32/user_private.h                         |   22 ----
 dlls/user32/win.h                                  |    1 -
 25 files changed, 193 insertions(+), 99 deletions(-)

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



More information about the wine-cvs mailing list