For Win32, define away FAR and NEAR
authorTheodore Tso <tytso@mit.edu>
Thu, 13 Jun 1996 02:46:39 +0000 (02:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 13 Jun 1996 02:46:39 +0000 (02:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8350 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/error_table.h

index 8b4f900e5b3d3c1b66c1fb8d2630b9d4849aac88..34cc96338a00adecbe55e7597f02551f9aac1634 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun 12 12:10:59 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * error_table.h: For Win32, define away FAR and NEAR.
+
 Mon Jun 10 21:54:09 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * com_err.h:
index d61791244964b7ade6f2965834e36f9f3e218cb5..1f107463d139f0077479fa6a5ab30732490592a2 100644 (file)
 #define INTERFACE   KRB5_DLLIMP KRB5_CALLCONV
 #define INTERFACE_C KRB5_DLLIMP KRB5_CALLCONV_C
 
+#ifndef FAR
+#define FAR
+#define NEAR
+#endif
+
 #endif /* Win16 vs Win32 */
        
 #define sys_nerr              _sys_nerr