summaryrefslogtreecommitdiff
path: root/source4/build/pidl/NOTES.txt
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-20 01:27:17 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-20 01:27:17 +0000
commitcd3c6c3cc7b22ab38b9f53276891ad828831a38e (patch)
treea777701a98c49f0244183b0f655f395a43e64b24 /source4/build/pidl/NOTES.txt
parent376ba1921f031e002f615f443873b96f92fb85f5 (diff)
downloadsamba-cd3c6c3cc7b22ab38b9f53276891ad828831a38e.tar.gz
samba-cd3c6c3cc7b22ab38b9f53276891ad828831a38e.tar.bz2
samba-cd3c6c3cc7b22ab38b9f53276891ad828831a38e.zip
* added a 'lstring' type for spoolss
* added some notes on type equivalents in NOTES.txt (This used to be commit a44d952fcb7ebf85d3072b622e5656dcf25cfbb0)
Diffstat (limited to 'source4/build/pidl/NOTES.txt')
-rw-r--r--source4/build/pidl/NOTES.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/build/pidl/NOTES.txt b/source4/build/pidl/NOTES.txt
index d4429fffa4..4f729ecb95 100644
--- a/source4/build/pidl/NOTES.txt
+++ b/source4/build/pidl/NOTES.txt
@@ -1,3 +1,17 @@
+midl types
+----------
+
+pidl uses slightly different types to midl by default. The following
+defines in your MS IDL may make things easier to use the same IDL on
+both platforms.
+
+#define unistr [string] wchar_t *
+#define uint8 char
+#define uint16 short
+#define uint32 long
+#define HYPER_T hyper
+
+
FIXED ARRAY
-----------