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