0de03b66c7
* Licence changed to LGPL. * Beginnings of an SMB client implementation. * New naming scheme and location for builtin dlls. * aRts sound driver. * A bunch of unit tests. * Much more complete setupapi implementation. * Some dll separation progress. * The usual common controls rewrites. * Much improved Microsoft Office support. * Lots of bug fixes.
10 lines
574 B
Text
10 lines
574 B
Text
Wine is a program which allows running Microsoft Windows programs
|
|
(including DOS, Windows 3.x and Win32 executables) on Unix. It consists
|
|
of a program loader which loads and executes an Microsoft Windows binary,
|
|
and a library that implements Windows API calls using their Unix or X11
|
|
equivalents. The library may also be used for porting Win32 code into
|
|
native Unix executables.
|
|
|
|
Wine is free software, and after version 20020228, its license (contained
|
|
in the file LICENSE) changed from BSD style to LGPL. For a BSD-style fork
|
|
of Wine, see the emulators/rewind package.
|