mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 23:45:14 +02:00
- bugfixes for ftp server to work on windows, silly M$ compiler has issues with mixing C / C++ code so I had to make these changes
This commit is contained in:
@@ -26,7 +26,6 @@ namespace Shared { namespace PlatformCommon {
|
||||
// =====================================================
|
||||
// class FTPServerThread
|
||||
// =====================================================
|
||||
uint32 FindExternalFTPServerIp(uint32 clientIp);
|
||||
|
||||
class FTPServerThread : public BaseThread
|
||||
{
|
||||
|
Reference in New Issue
Block a user