mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
296 B
12 lines
296 B
#ifndef _Prof_c_h
|
|
#define _Prof_c_h
|
|
#define EOI_DEFAULTS (0)
|
|
#define EOI_DISABLED (1)
|
|
#define EOI_KEEP_GRAPH (2)
|
|
#define EOI_KEEP_ARGS (4)
|
|
#define EOI_ENABLE_ALL (8)
|
|
#define EOI_DISABLE_ALL (16)
|
|
#define EOI_AUTOSOI (32)
|
|
#define EOI_HOSTHOOK (64)
|
|
#define EOI_NOTIME (128)
|
|
#endif /* ! _Prof_c_h */
|