mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-25 08:41:35 +01:00
+ Fixed build errors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user