]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Change the behaviour of insp in windows to keep its window open, with some status...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 2 Jun 2007 22:21:55 +0000 (22:21 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 2 Jun 2007 22:21:55 +0000 (22:21 +0000)
commit6cf3fc6b36e2046c36b729530117572ba44aafd7
tree5dba5db873d470d2fb1dd60d1a037dd3806c6a5d
parent433837b847cd462b8fcf76da4b11772add35bf8e
Change the behaviour of insp in windows to keep its window open, with some status text in the title bar. It also clears the screen now on startup, see the wrapper for what a nasty amount of code it is to do such a simple thing to a windows console :(
Also, add somewhat of a hack to cut down on allocation time taken to map windows fd to a posix style fd in iocp engine.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7217 e03df62e-2008-0410-955e-edbf42e46eb7
include/socketengine_iocp.h
src/inspircd.cpp
src/socketengine_iocp.cpp
win/inspircd_win32wrapper.cpp
win/inspircd_win32wrapper.h