Fix windows build
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenVulkano
|
||||
if constexpr (std::is_same_v<T, char>)
|
||||
return fopen(path, "wb");
|
||||
else
|
||||
return _wfopen(path, "wb");
|
||||
return _wfopen(path, L"wb");
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user