From 565f098094fc34ca53670b7b1aa590f073b9442b Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 8 Sep 2004 08:52:31 +0000
Subject: [PATCH] #include dirwrap.h first to prevent wrapdll/*srvr.h DLLEXPORT
 definition collision.

---
 src/sbbs3/sbbs_ini.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/sbbs_ini.c b/src/sbbs3/sbbs_ini.c
index 5062a28a10..cb6a61f05b 100644
--- a/src/sbbs3/sbbs_ini.c
+++ b/src/sbbs3/sbbs_ini.c
@@ -35,10 +35,10 @@
  * Note: If this box doesn't appear square, then you need to fix your tabs.	*
  ****************************************************************************/
 
+#include "dirwrap.h"	/* backslash */
 #include "sbbs_ini.h"
 #include "sbbsdefs.h"	/* JAVASCRIPT_* macros */
 #include "ini_opts.h"	/* bbs_options, ftp_options, etc. */
-#include "dirwrap.h"	/* backslash */
 
 static const char*	nulstr="";
 static const char*	strOptions="Options";
-- 
GitLab