From: <at...@us...> - 2007-11-07 15:56:24
|
Revision: 539 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=539&view=rev Author: atani Date: 2007-11-07 07:56:21 -0800 (Wed, 07 Nov 2007) Log Message: ----------- fix compilation failure for SDL Modified Paths: -------------- tiki/examples/net/chatd/src/ChatServer.cpp Modified: tiki/examples/net/chatd/src/ChatServer.cpp =================================================================== --- tiki/examples/net/chatd/src/ChatServer.cpp 2007-11-07 15:35:12 UTC (rev 538) +++ tiki/examples/net/chatd/src/ChatServer.cpp 2007-11-07 15:56:21 UTC (rev 539) @@ -9,8 +9,6 @@ #include <Tiki/tiki.h> #include <pch.h> -TIKI_INIT_FLAGS(TIKI_INIT_NOTHING); - #if TIKI_PLAT == TIKI_WIN32 #include <windows.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |