1 /* 2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 #include <SupportDefs.h> 7 8 #include <image_defs.h> 9 10 11 // Haiku API and ABI versions -- we compile those into shared objects so that 12 // the runtime loader can discriminate the versions and enable compatibility 13 // work-arounds, if necessary. 14 15 uint32 B_SHARED_OBJECT_HAIKU_VERSION_VARIABLE = B_HAIKU_VERSION; 16 uint32 B_SHARED_OBJECT_HAIKU_ABI_VARIABLE = B_HAIKU_ABI; 17