mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
Clang Windows compile fixes
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user