Andrew Talbot : widl: Write-strings warnings fix.
26 Jun
2006
26 Jun
'06
12:11 p.m.
Module: wine Branch: refs/heads/master Commit: 0e1e585c73173287b9ab1132439b9913bf84830f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0e1e585c73173287b9ab1132... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Fri Jun 23 22:14:28 2006 +0100 widl: Write-strings warnings fix. --- tools/widl/widltypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/widl/widltypes.h b/tools/widl/widltypes.h index b2258c9..d26b364 100644 --- a/tools/widl/widltypes.h +++ b/tools/widl/widltypes.h @@ -198,7 +198,7 @@ struct _expr_t { }; struct _type_t { - char *name; + const char *name; unsigned char type; struct _type_t *ref; const attr_t *attrs;
7111
Age (days ago)
7111
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard