Create and use sicsglobal.h and add isDuringInitialization
This commit is contained in:
6
sicsglobal.h
Normal file
6
sicsglobal.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef SICSGLOBAL_H
|
||||
#define SICSGLOBAL_H
|
||||
|
||||
extern const char *argv0;
|
||||
extern int isDuringInitialization;
|
||||
#endif
|
Reference in New Issue
Block a user