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

Apparently vcl.h includes windows.h... need to move sbbs.h even further up.

parent 55064441
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,10 @@
//---------------------------------------------------------------------------
#include "sbbs.h" // filter_ip
#include <vcl.h>
#pragma hdrstop
#include "sbbs.h" // filter_ip
#include <stdio.h> // sprintf
#include <winsock.h> // closesocket
#include "ClientFormUnit.h"
......
......@@ -34,8 +34,8 @@
****************************************************************************/
//---------------------------------------------------------------------------
#include <vcl.h>
#include "sbbs.h"
#include <vcl.h>
#pragma hdrstop
#include <io.h>
#include <stdio.h>
......
//---------------------------------------------------------------------------
#include <vcl.h>
#include "sbbs.h"
#include <vcl.h>
#pragma hdrstop
#include "UserListFormUnit.h"
......
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