XMP Toolkit SDK  6.0.0
XMPCommonLatestInterfaceVersions.h
Go to the documentation of this file.
1 #ifndef XMPCommonLatestInterfaceVersions_h__
2 #define XMPCommonLatestInterfaceVersions_h__ 1
3 
4 // =================================================================================================
5 // Copyright Adobe
6 // Copyright 2015 Adobe
7 // All Rights Reserved
8 //
9 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
10 // of the Adobe license agreement accompanying it. If you have received this file from a source other
11 // than Adobe, then your use, modification, or distribution of it requires the prior written permission
12 // of Adobe.
13 // =================================================================================================
14 
19 #if !SOURCE_COMPILING_XMPCOMMON_LIB
20  #ifdef XMPCOMMON_CLIENT_VERSION_NUMBER_FILE
21  #include QUOTEME(XMPCOMMON_CLIENT_VERSION_NUMBER_FILE)
22  #endif
23 #endif
24 
25 #ifndef IOBJECTFACTORY_VERSION
26  #define IOBJECTFACTORY_VERSION 1
27 #endif
28 
29 #ifndef IERROR_VERSION
30  #define IERROR_VERSION 1
31 #endif
32 
33 #ifndef IUTF8STRING_VERSION
34  #define IUTF8STRING_VERSION 1
35 #endif
36 
37 #ifndef IMEMORYALLOCATOR_VERSION
38  #define IMEMORYALLOCATOR_VERSION 1
39 #endif
40 
41 #ifndef IERRORNOTIFIER_VERSION
42  #define IERRORNOTIFIER_VERSION 1
43 #endif
44 
45 #ifndef ICONFIGURATIONMANAGER_VERSION
46  #define ICONFIGURATIONMANAGER_VERSION 1
47 #endif
48 
49 #ifndef ICONFIGURABLE_VERSION
50  #define ICONFIGURABLE_VERSION 1
51 #endif
52 
53 #endif // XMPCommonLatestInterfaceVersions_h__