summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TSRM/TSRM.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index 6d6ee56242..fb8b4347f9 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -13,7 +13,8 @@
#ifndef TSRM_H
#define TSRM_H
-#ifndef WIN32
+/* #ifndef WIN32 */
+#if !defined(WIN32) && !defined(NETWARE)
# include "tsrm_config.h"
#endif