Fix build with clang-cl

This commit is contained in:
sorgts
2020-08-13 16:48:48 +02:00
parent 0ae12da3a7
commit a8a1c67df0
6 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ enum {
PSP_THREAD_ATTR_USER = 0x80000000,
};
enum {
enum : u32 {
// Function exports.
NID_MODULE_START = 0xD632ACDB,
NID_MODULE_STOP = 0xCEE8593C,