From ca0ffbbacfcba5e0f019c83fd0b759752b192ca0 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Wed, 13 Jul 2005 06:49:05 +0000 Subject: Now compiles in windows, doesn't run though, it exits with code 3 --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index b26be9a..10357c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,8 +21,6 @@ */ -#include <../config.h> - #include #include @@ -201,7 +199,7 @@ int main(int argc, char *argv[]) // Register message handlers connectionHandler->registerHandler(MSG_LOGIN, accountHandler); - LOG_INFO("The Mana World Server v" << PACKAGE_VERSION) + //LOG_INFO("The Mana World Server v" << PACKAGE_VERSION) PACKAGE_VERSION undeclared session->startListen(connectionHandler.get(), SERVER_PORT); LOG_INFO("Listening on port " << SERVER_PORT << "...") -- cgit