summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/plan32.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/sdk/inc/plan32.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/sdk/inc/plan32.h b/public/sdk/inc/plan32.h
new file mode 100644
index 000000000..728c0d82e
--- /dev/null
+++ b/public/sdk/inc/plan32.h
@@ -0,0 +1,14 @@
+/*****************************************************************************\
+* PLAN32.H - PORTABILITY MAPPING HEADER FILE
+*
+* This file provides macros to map portable lanman code to its 32 bit form.
+\*****************************************************************************/
+
+
+/*----------------------------------LANMAN----------------------------------*/
+
+/* LANMAN MACROS: */
+
+#define COPYTOARRAY(pDest, pSource) pDest = pSource
+
+/* LANMAN API: */