TianoCore EDK2 master
Loading...
Searching...
No Matches
LibspdmStdBoolAlt.h
Go to the documentation of this file.
1
10#ifndef LIBSPDM_STDBOOL_ALT_H
11#define LIBSPDM_STDBOOL_ALT_H
12
13typedef BOOLEAN bool;
14
15#ifndef true
16#define true TRUE
17#endif
18
19#ifndef false
20#define false FALSE
21#endif
22
23#endif /* LIBSPDM_STDBOOL_ALT */