ChangeSet ID: 17181 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/20 13:42:04
Modified files: tools/winapi : win32.api include : dciddi.h Makefile.in dlls/dciman32 : dciman_main.c Added files: include : dciman.h
Log message: Francois Gouget fgouget@free.fr Fix the DCICreatePrimary() prototype. It's supposed to return an int so have it return DCI_FAIL_UNSUPPORTED. Add the needed error codes and the DCISURFACEINFO definition to dciddi.h. Add dciman.h and put the function prototypes there. dciddi.h and dciman.h should be installed with the other Windows headers.
Patch: http://cvs.winehq.org/patch.py?id=17181
Old revision New revision Changes Path 1.26 1.27 +5 -0 wine/tools/winapi/win32.api 1.2 1.3 +25 -1 wine/include/dciddi.h 1.165 1.166 +2 -0 wine/include/Makefile.in 1.9 1.10 +5 -4 wine/dlls/dciman32/dciman_main.c Added 1.1 +0 -0 wine/include/dciman.h