зеркало из https://github.com/mozilla/gecko-dev.git
#ifdef around a #define such that it isnt defined twice
This commit is contained in:
Родитель
eeb3a8adb3
Коммит
51ba3639b8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче