DocumentationOverviewBuilding ASL Documentation Library Wiki Docs Indices Browse Perforce More InfoRelease NotesWiki Site Search License Success Stories Contributors MediaDownloadPerforce Depots SupportASL SourceForge HomeMailing Lists Discussion Forums Report Bugs Suggest Features Contribute to ASL RSSShort-text newsFull-text news File releases Other Adobe ProjectsAdobe AirAdobe GIL Adobe Labs Adobe Media Gallery Adobe XMP Tamarin project (Mozilla Foundation) Other ResourcesBoostRIAForge SGI STL |
dng_globals.hGo to the documentation of this file.00001 /*****************************************************************************/ 00002 // Copyright 2006 Adobe Systems Incorporated 00003 // All Rights Reserved. 00004 // 00005 // NOTICE: Adobe permits you to use, modify, and distribute this file in 00006 // accordance with the terms of the Adobe license agreement accompanying it. 00007 /*****************************************************************************/ 00008 00009 /* $Id: //mondo/workarea/stern/camera_raw/dng_sdk/source/dng_globals.h#4 $ */ 00010 /* $DateTime: 2006/03/24 07:07:08 $ */ 00011 /* $Change: 212799 $ */ 00012 /* $Author: tknoll $ */ 00013 00018 /*****************************************************************************/ 00019 00020 #ifndef __dng_globals__ 00021 #define __dng_globals__ 00022 00023 /*****************************************************************************/ 00024 00025 #include "dng_flags.h" 00026 #include "dng_types.h" 00027 00028 /*****************************************************************************/ 00029 00030 #if qDNGValidate 00031 00033 00034 extern bool gVerbose; 00035 00037 00038 extern uint32 gDumpLineLimit; 00039 00040 #endif 00041 00042 /*****************************************************************************/ 00043 00044 #endif 00045 00046 /*****************************************************************************/ |