fix compilation warnings

This commit is contained in:
greg
2019-04-18 21:59:12 -04:00
parent e478a4fc85
commit ff561f34db
12 changed files with 192 additions and 137 deletions
+5
View File
@@ -28,6 +28,11 @@
namespace spp
{
uint64_t GetSystemMemory();
uint64_t GetTotalMemoryUsed();
uint64_t GetProcessMemoryUsed();
uint64_t GetPhysicalMemory();
uint64_t GetSystemMemory()
{
#ifdef SPP_WIN