Modified to compile under znc-msvc (ZNC for Windows): http://code.google.com/p/znc-msvc/

This commit is contained in:
cbenard 2012-10-24 16:50:23 -05:00
parent 2aaef797f1
commit dae1940dd8
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#define REQUIRESSL #define REQUIRESSL
#ifdef WIN_MSVC
#include "stdafx.hpp"
#endif
#include "znc.h" #include "znc.h"
#include "Chan.h" #include "Chan.h"
#include "User.h" #include "User.h"