mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 01:53:48 +00:00
VS stdint-files
This commit is contained in:
14
win32/stdint/stdbool.h
Normal file
14
win32/stdint/stdbool.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _STDBOOL_H_
|
||||
#define _STDBOOL_H_
|
||||
|
||||
#define __bool_true_false_are_defined 1
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
typedef int bool;
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // _STDBOOL_H_
|
||||
Reference in New Issue
Block a user