[PATCH 2/2] Moving wprocs.dll16 out of winedos

Alexandre Julliard julliard at winehq.org
Tue Oct 20 07:57:21 CDT 2009


Eric Pouech <eric.pouech at orange.fr> writes:

>  .gitignore                          |    1 
>  configure                           |   15 
>  configure.ac                        |    1 
>  dlls/Makefile.in                    |    6 
>  dlls/winedos/Makefile.in            |    3 
>  dlls/winedos/vxd.c                  | 1718 -----------------------------------
>  dlls/winedos/wprocs.spec            |   19 
>  dlls/wprocs.dll16/Makefile.in       |   15 
>  dlls/wprocs.dll16/vxd.c             | 1718 +++++++++++++++++++++++++++++++++++
>  dlls/wprocs.dll16/wprocs.dll16.spec |   19 
>  10 files changed, 1766 insertions(+), 1749 deletions(-)
>  delete mode 100644 dlls/winedos/vxd.c
>  delete mode 100644 dlls/winedos/wprocs.spec
>  create mode 100644 dlls/wprocs.dll16/Makefile.in
>  create mode 100644 dlls/wprocs.dll16/vxd.c
>  create mode 100644 dlls/wprocs.dll16/wprocs.dll16.spec

I don't think we need a separate dll for this one. The plan is to fold
it back into krnl386 once it's split off from kernel32.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list