+ Fixed build errors

This commit is contained in:
Ladislav Zezula
2013-04-02 14:17:41 +02:00
parent cc143c393f
commit 43033709ea
3 changed files with 21 additions and 25 deletions

View File

@@ -19,7 +19,8 @@
#include "FileStream.h"
#ifdef _MSC_VER
#pragma comment(lib, "wininet.lib")
#pragma comment(lib, "wininet.lib") // Internet functions for HTTP stream
#pragma warning(disable: 4800) // 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
#endif
//-----------------------------------------------------------------------------
@@ -29,10 +30,6 @@
#define INVALID_HANDLE_VALUE ((HANDLE)-1)
#endif
#ifdef _MSC_VER
#pragma warning(disable: 4800) // 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
#endif
//-----------------------------------------------------------------------------
// Local functions - platform-specific functions