#ifdef around a #define such that it isnt defined twice
This commit is contained in:
Родитель
d5c7f8eb75
Коммит
81041fa8e2
|
@ -88,7 +88,9 @@
|
|||
#define __CONCAT(x,y) x ## y
|
||||
#define __STRING(x) #x
|
||||
|
||||
#ifndef __const
|
||||
#define __const const /* define reserved names to standard */
|
||||
#endif /* __const */
|
||||
#define __signed signed
|
||||
#define __volatile volatile
|
||||
#ifndef _WINDOWS
|
||||
|
|
Загрузка…
Ссылка в новой задаче