3 Aug
2005
3 Aug
'05
2:55 p.m.
ChangeSet ID: 19303 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/08/03 09:55:22 Modified files: tools/widl : header.h header.c Log message: Robert Shearman <rob(a)codeweavers.com> - The header global variable is NULL when not generating a header so don't try to use it in functions that may be called by the client code. - Make the functions that take char * take const char *. Patch: http://cvs.winehq.org/patch.py?id=19303 Old revision New revision Changes Path 1.8 1.9 +3 -3 wine/tools/widl/header.h 1.35 1.36 +17 -20 wine/tools/widl/header.c