Touch UI updates for Cocoa Press (#15986)

This commit is contained in:
Scott Lahteine
2019-11-24 06:08:05 -06:00
committed by GitHub
parent 441e822fb3
commit b11551c767
149 changed files with 638 additions and 271 deletions

View File

@ -444,8 +444,8 @@ typedef struct
#define ENABLE 1
#ifndef __cplusplus
#ifndef __bool_true_false_are_defined
#define false 0
#define true 1
#define false (1==0)
#define true (1==1)
#endif
#endif
#ifndef PASS