Release 0.1.0wine-0.1.0
commit121bd98c16b83ac339eed641b95216869ff3f67c
authorAlexandre Julliard <julliard@winehq.org>
Thu, 8 Jul 1993 17:37:25 +0000 (8 17:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Jul 1993 17:37:25 +0000 (8 17:37 +0000)
treea2c0a2bc2cee076b420d8646408de2c4a59893e0
parent066d1e09a45147f50de460d69cca30412daea7f4
Release 0.1.0

WHAT'S NEW with version 0.1.0:
    - Integrated patches from Alexandre.
    - Minor bug fix in if1632.S

WHAT'S NEW with version 0.0.5:
    - Patches from Alexandre Julliard.  Some integration with Tcl.
    - Generic interface for callback procedures.  This will allow
      callbacks into DLLs.
    - MakeProcInstance() has been implemented but untested.

WHAT'S NEW with version 0.0.4:
    - Eric Youngdale modified wine.c and selector.c to allow loading
      of Windows DLLs.
    - Added global memory allocation routines (GlobalAlloc, GlobalFree,
      and GlobalLock)
    - Bitmap resource loading into global memory.
34 files changed:
Makefile
README
Windows.tcl [new file with mode: 0755]
build.c
callback.c [new file with mode: 0644]
callback.h [new file with mode: 0644]
dlls.h
dump.c
gdi.spec
global.c [new file with mode: 0644]
heap.c
heap.h [new file with mode: 0644]
if1632.S
kernel.c
kernel.spec
ldt.c
ldtlib.c
neexe.h
prototypes.h
relay.c
resource.c
segmem.h
selector.c
shell.spec
tclIndex [new file with mode: 0644]
tkInt.h [new file with mode: 0644]
unixlib.spec
user.c
user.spec
win87em.spec
windows.h
wine.c
wine.h [new file with mode: 0644]
wintcl.c [new file with mode: 0644]