r12759: r12128@cabra: derrell | 2006-01-07 15:34:01 -0500
[samba.git] / examples / libsmbclient / smbwrapper / smbw.h
index 717b5c2f1c7f4f42e683bdc12755504167826bd8..161d57ebbb18d465bd0230d92ad980d3ae4a01be 100644 (file)
 #include "libsmbclient.h"
 #include "wrapper.h"
 
+#ifndef __restrict
+#  define __restrict
+#endif
+
 #undef DEBUG
 #define DEBUG(level, s) do { if (level <= debug_level) printf s; } while (0)