symbianosbld/cedarutils/inc/Symbian_OS_future.hrh
changeset 24 96f7513ad2d7
parent 0 6d65d5acee06
equal deleted inserted replaced
0:6d65d5acee06 24:96f7513ad2d7
  2085 When this is not defined, header files, that have been split, #include the extra header files to disable the source break. When this is defined, the headers have been fully split and the source break is enabled.
  2085 When this is not defined, header files, that have been split, #include the extra header files to disable the source break. When this is defined, the headers have been fully split and the source break is enabled.
  2086 
  2086 
  2087 This #define supports PREQ2740 and other splitting "mixed" header file PREQs. 
  2087 This #define supports PREQ2740 and other splitting "mixed" header file PREQs. 
  2088 */
  2088 */
  2089 
  2089 
  2090 //#define SYMBIAN_ENABLE_SPLIT_HEADERS
  2090 #define SYMBIAN_ENABLE_SPLIT_HEADERS
  2091 
  2091 
  2092 
  2092 
  2093 /**
  2093 /**
  2094 @publishedAll
  2094 @publishedAll
  2095 @released
  2095 @released
  2140 
  2140 
  2141 */
  2141 */
  2142 
  2142 
  2143 #define SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
  2143 #define SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
  2144 
  2144 
       
  2145 /**
       
  2146 	@publishedPartner
       
  2147 	@released
       
  2148 
       
  2149 	SYMBIAN_E32_ATOMIC_API
       
  2150 
       
  2151 	If SYMBIAN_E32_ATOMIC_API is defined the header file e32atomics.h is available
       
  2152 	and should be used in preference to hand-coding ARM atomic instructions.
       
  2153 */
       
  2154 #define SYMBIAN_E32_ATOMIC_API
       
  2155