mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
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