add fishlim plugin
This commit is contained in:
5
plugins/fishlim/bool.h
Normal file
5
plugins/fishlim/bool.h
Normal file
@ -0,0 +1,5 @@
|
||||
/* stdbool.h replacement for MSVC */
|
||||
#define false 0
|
||||
#define true 1
|
||||
#define bool _Bool
|
||||
typedef int _Bool;
|
Reference in New Issue
Block a user