Skip to content

Commit

Permalink
Merge pull request #30 from illusion0001/type16
Browse files Browse the repository at this point in the history
types: `int wchar_t` to `unsigned short wchar_t`
  • Loading branch information
Cryptogenic authored Jul 25, 2022
2 parents 091e9f0 + 5b6fde3 commit a827fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ps4/bits/alltypes.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define __LONG_MAX 0x7fffffffffffffffL

#ifndef __cplusplus
TYPEDEF int wchar_t;
TYPEDEF unsigned short wchar_t;
#endif

#if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 2
Expand Down

0 comments on commit a827fef

Please sign in to comment.