Skip to content
Snippets Groups Projects
Commit 698cdf7c authored by rswindell's avatar rswindell
Browse files

Eliminated warnings with GCC/Linux.

Eliminated error when built with CygWin (winnt.h/DWORD conflict).
parent 1529cf18
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,17 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
/* Platform-specific */
#ifdef _WIN32
#include <windows.h> /* avoid DWORD conflict */
#endif
/* ANSI */
#include <stdio.h>
#include <string.h> /* strchr */
/* Synchronet-specific */
#include "gen_defs.h"
#include "sbbsinet.h"
#ifdef _WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment