00001 #ifndef STDAFX_IMPLEMENTATION_FILE 00002 #define STDAFX_IMPLEMENTATION_FILE 00003 00004 #include "stdafx.h" 00005 00006 // these inclusions force the classes provided here to be added to the dll. 00007 // otherwise, they would not be provided for c# and other uses. 00008 00009 #include "low_level_methods.h" 00010 #include "managed_ini_config.h" 00011 #include "managed_time_stamp.h" 00012 #include "string_conversions.h" 00013 00014 #include <data_struct/static_memory_gremlin.h> 00015 BASIS_STARTUP_CODE_DLL; 00016 00017 #endif //STDAFX_IMPLEMENTATION_FILE 00018
1.5.1