mirror of https://github.com/AxioDL/metaforce.git
FreeBSD Fixes
This commit is contained in:
parent
617ca33e95
commit
378cb20c28
|
@ -1 +1 @@
|
|||
Subproject commit 574038a826f6261dde9d68cd0f90fa5656cadc99
|
||||
Subproject commit 0762a3bdcc0548188b4c637dde9f315bfeb9fc2b
|
|
@ -622,6 +622,9 @@ public:
|
|||
*/
|
||||
std::unique_ptr<ProjectRootPath> SearchForProject(const SystemString& path);
|
||||
|
||||
#undef bswap16
|
||||
#undef bswap32
|
||||
#undef bswap64
|
||||
|
||||
/* Type-sensitive byte swappers */
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in New Issue