Skip to content

Commit

Permalink
xbox: Disable unavailable functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFoxRox authored and thrimbor committed Oct 17, 2021
1 parent c594e97 commit 149c221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/cinttypes
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,10 @@ using::imaxabs;
using::imaxdiv;
using::strtoimax;
using::strtoumax;
#ifndef NXDK
using::wcstoimax;
using::wcstoumax;
#endif // NXDK

_LIBCPP_END_NAMESPACE_STD

Expand Down

0 comments on commit 149c221

Please sign in to comment.