OLD | NEW |
1 /***************************************************************************/ | 1 /***************************************************************************/ |
2 /* */ | 2 /* */ |
3 /* psauxmod.h */ | 3 /* psauxmod.h */ |
4 /* */ | 4 /* */ |
5 /* FreeType auxiliary PostScript module implementation (specification). */ | 5 /* FreeType auxiliary PostScript module implementation (specification). */ |
6 /* */ | 6 /* */ |
7 /* Copyright 2000-2001 by */ | 7 /* Copyright 2000-2001 by */ |
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ | 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
9 /* */ | 9 /* */ |
10 /* This file is part of the FreeType project, and may only be used, */ | 10 /* This file is part of the FreeType project, and may only be used, */ |
(...skipping 10 matching lines...) Expand all Loading... |
21 | 21 |
22 | 22 |
23 #include <ft2build.h> | 23 #include <ft2build.h> |
24 #include FT_MODULE_H | 24 #include FT_MODULE_H |
25 | 25 |
26 | 26 |
27 FT_BEGIN_HEADER | 27 FT_BEGIN_HEADER |
28 | 28 |
29 #ifdef FT_CONFIG_OPTION_PIC | 29 #ifdef FT_CONFIG_OPTION_PIC |
30 #error "this module does not support PIC yet" | 30 #error "this module does not support PIC yet" |
31 #endif | 31 #endif |
32 | 32 |
33 | 33 |
34 FT_EXPORT_VAR( const FT_Module_Class ) psaux_driver_class; | 34 FT_EXPORT_VAR( const FT_Module_Class ) psaux_driver_class; |
35 | 35 |
36 | 36 |
37 FT_END_HEADER | 37 FT_END_HEADER |
38 | 38 |
39 #endif /* __PSAUXMOD_H__ */ | 39 #endif /* __PSAUXMOD_H__ */ |
40 | 40 |
41 | 41 |
42 /* END */ | 42 /* END */ |
OLD | NEW |