ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

otvmod.h
Go to the documentation of this file.
00001 /***************************************************************************/
00002 /*                                                                         */
00003 /*  otvmod.h                                                               */
00004 /*                                                                         */
00005 /*    FreeType's OpenType validation module implementation                 */
00006 /*    (specification).                                                     */
00007 /*                                                                         */
00008 /*  Copyright 2004 by                                                      */
00009 /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
00010 /*                                                                         */
00011 /*  This file is part of the FreeType project, and may only be used,       */
00012 /*  modified, and distributed under the terms of the FreeType project      */
00013 /*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
00014 /*  this file you indicate that you have read the license and              */
00015 /*  understand and accept it fully.                                        */
00016 /*                                                                         */
00017 /***************************************************************************/
00018 
00019 
00020 #ifndef __OTVMOD_H__
00021 #define __OTVMOD_H__
00022 
00023 
00024 #include <ft2build.h>
00025 #include FT_MODULE_H
00026 
00027 
00028 FT_BEGIN_HEADER
00029 
00030 #ifdef FT_CONFIG_OPTION_PIC
00031 #error "this module does not support PIC yet"
00032 #endif 
00033 
00034 
00035   FT_EXPORT_VAR( const FT_Module_Class )  otv_module_class;
00036 
00037 
00038 FT_END_HEADER
00039 
00040 #endif /* __OTVMOD_H__ */
00041 
00042 
00043 /* END */

Generated on Sun May 27 2012 04:33:52 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.