Clang Windows compile fixes

This commit is contained in:
PJB3005
2026-03-16 15:44:02 +01:00
parent ca130d881d
commit 8fecff3170
3 changed files with 10 additions and 3 deletions
+4
View File
@@ -9,7 +9,11 @@
#include "f_pc/f_pc_stdcreate_req.h"
#include "f_pc/f_pc_searcher.h"
#if TARGET_PC
enum : u32 {
#else
enum {
#endif
fpcM_UNK_PROCESS_ID_e = 0xFFFFFFFE,
fpcM_ERROR_PROCESS_ID_e = 0xFFFFFFFF,
};