Changeset 3569 for trunk/src/kash/var.h
- Timestamp:
- Jul 9, 2022, 3:26:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/var.h
r3438 r3569 51 51 #define VNOFUNC 0x40 /* don't call the callback function */ 52 52 #define VNOSET 0x80 /* do not set variable - just readonly test */ 53 #define VSTRFIXED2 0x4000 /* variable struct is in the shinstance, cannot be freed. (VSTRFIXED is mixed up in local vars) */ 53 54 #ifdef PC_OS2_LIBPATHS 54 55 #define VOS2LIBPATH 0x8000 /* OS/2 LIBPATH related variable. */
Note:
See TracChangeset
for help on using the changeset viewer.