Explorar o código

Fix windows build

Daniele Bartolini %!s(int64=9) %!d(string=hai) anos
pai
achega
89752cd4fd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/os.cpp

+ 1 - 0
src/core/os.cpp

@@ -274,6 +274,7 @@ namespace os
 		return ::getenv(name);
 		return ::getenv(name);
 #elif CROWN_PLATFORM_WINDOWS
 #elif CROWN_PLATFORM_WINDOWS
 		// GetEnvironmentVariable(name, buf, size);
 		// GetEnvironmentVariable(name, buf, size);
+		return NULL;
 #endif
 #endif
 	}
 	}