Skip to content
Snippets Groups Projects
Commit ab331140 authored by deuce's avatar deuce
Browse files

Move sbbs.h higher so it's included before windows.h gets sucked from

wherever it's getting sucked from.
parent b26a1b71
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@
#include <vcl.h>
#pragma hdrstop
#include "sbbs.h" // filter_ip
#include <stdio.h> // sprintf
#include <winsock.h> // closesocket
#include "ClientFormUnit.h"
#include "sbbs.h" // filter_ip
void socket_open(void*, BOOL open);
//---------------------------------------------------------------------------
......
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