ChangeSet ID: 10417
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/12 18:02:31
Modified files:
libs/unicode : Makefile.in
include/wine : unicode.h
include : winnt.h
Log message:
Ge van Geldorp <ge(a)gse.nl>
When building a PE DLL (MinGW), variables exported from a DLL must be
explicitly marked as dllimport when using them.
Patch: http://cvs.winehq.com/patch.py?id=10417
Old revision New revision Changes Path
1.6 1.7 +1 -1 wine/libs/unicode/Makefile.in
1.25 1.26 +7 -3 wine/include/wine/unicode.h
1.175 1.176 +8 -2 wine/include/winnt.h
ChangeSet ID: 10416
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/12 00:19:25
Modified files:
dlls/kernel : pthread.c
Log message:
Return an error in wine_pthread_mutex_unlock if we don't own the
critical section, this should avoid trouble caused by a locking bug
inside Xlib.
Patch: http://cvs.winehq.com/patch.py?id=10416
Old revision New revision Changes Path
1.6 1.7 +9 -15 wine/dlls/kernel/pthread.c