#ifndef LIBRARIES_EXPANSION_H #define LIBRARIES_EXPANSION_H /* ** $VER: expansion.h 47.1 (2.12.2012) ** ** External definitions for expansion.library ** ** Copyright (C) 2019-2022 Hyperion Entertainment CVBA. ** Developed under license. */ #define EXPANSIONNAME "expansion.library" /* flags for the AddDosNode() call */ #define ADNB_STARTPROC 0 #define ADNF_STARTPROC (1L<<0) #endif /* LIBRARIES_EXPANSION_H */