diff options
| author | 2007-07-27 19:50:42 +0000 | |
|---|---|---|
| committer | 2007-07-27 19:50:42 +0000 | |
| commit | afcf8ad536781b07bdabc1c8f4bc4c2f4ba6c3de (patch) | |
| tree | eca0ab45bb8dddbc449b9ea0a57fce1fb74db0a1 /src/inspircd.cpp | |
| parent | Windows specific data types in EventHandler are now Extensible items (diff) | |
make sure that the pointers are set up correctly for win32
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7600 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index a7a2b1bb6..6d0661fda 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -389,6 +389,7 @@ InspIRCd::InspIRCd(int argc, char** argv) WSADATA wsadata; WSAStartup(MAKEWORD(2,0), &wsadata); + ChangeWindowsSpecificPointers(this); #endif if (!ServerConfig::FileExists(this->ConfigFileName)) { |
