- Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties.
[reactos.git] / reactos / lib / 3rdparty / freetype / src / type1 / type1.c
index 8e7fed2..ccc12be 100644 (file)
@@ -1,33 +1,33 @@
-/***************************************************************************/\r
-/*                                                                         */\r
-/*  type1.c                                                                */\r
-/*                                                                         */\r
-/*    FreeType Type 1 driver component (body only).                        */\r
-/*                                                                         */\r
-/*  Copyright 1996-2001 by                                                 */\r
-/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */\r
-/*                                                                         */\r
-/*  This file is part of the FreeType project, and may only be used,       */\r
-/*  modified, and distributed under the terms of the FreeType project      */\r
-/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */\r
-/*  this file you indicate that you have read the license and              */\r
-/*  understand and accept it fully.                                        */\r
-/*                                                                         */\r
-/***************************************************************************/\r
-\r
-\r
-#define FT_MAKE_OPTION_SINGLE_OBJECT\r
-\r
-#include <ft2build.h>\r
-#include "t1parse.c"\r
-#include "t1load.c"\r
-#include "t1objs.c"\r
-#include "t1driver.c"\r
-#include "t1gload.c"\r
-\r
-#ifndef T1_CONFIG_OPTION_NO_AFM\r
-#include "t1afm.c"\r
-#endif\r
-\r
-\r
-/* END */\r
+/***************************************************************************/
+/*                                                                         */
+/*  type1.c                                                                */
+/*                                                                         */
+/*    FreeType Type 1 driver component (body only).                        */
+/*                                                                         */
+/*  Copyright 1996-2001 by                                                 */
+/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
+/*                                                                         */
+/*  This file is part of the FreeType project, and may only be used,       */
+/*  modified, and distributed under the terms of the FreeType project      */
+/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
+/*  this file you indicate that you have read the license and              */
+/*  understand and accept it fully.                                        */
+/*                                                                         */
+/***************************************************************************/
+
+
+#define FT_MAKE_OPTION_SINGLE_OBJECT
+
+#include <ft2build.h>
+#include "t1parse.c"
+#include "t1load.c"
+#include "t1objs.c"
+#include "t1driver.c"
+#include "t1gload.c"
+
+#ifndef T1_CONFIG_OPTION_NO_AFM
+#include "t1afm.c"
+#endif
+
+
+/* END */