From cca42c611a3f39b18395bcc40b097c65dd3469ae Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 6 Nov 2005 14:31:01 +0000 Subject: r11539: Fix indentation in templates. Always generate lower-case UUID strings as GUID_from_string seems to have trouble with uppercased ones. (This used to be commit 16ea96c81ed88f197007335f442c9e62b4ccd6de) --- source4/pidl/TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/pidl/TODO') diff --git a/source4/pidl/TODO b/source4/pidl/TODO index e7ff518e36..f1174024bf 100644 --- a/source4/pidl/TODO +++ b/source4/pidl/TODO @@ -1,3 +1,5 @@ +- allow more then one identifier for types (unsigned char, struct foo) + - true multiple dimension array / strings in arrays support - compatibility mode for generating MIDL-readable data: -- cgit