Skip to content
Snippets Groups Projects
Commit 324dfe5f authored by rswindell's avatar rswindell
Browse files

Resolve macro redefinition warnings.

parent db6b6dfb
Branches
Tags
No related merge requests found
......@@ -9,7 +9,9 @@
#include "genwrap.h"
#include "sockwrap.h"
#ifndef TELNET_NO_DLL
#define TELNET_NO_DLL
#endif
#include "telnet.h"
#include "gen_defs.h"
#include "bbslist.h"
......
......@@ -5,7 +5,9 @@
#ifndef _TELNET_IO_H_
#define _TELNET_IO_H_
#ifndef TELNET_NO_DLL
#define TELNET_NO_DLL
#endif
#include "telnet.h"
extern uchar telnet_local_option[0x100];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment