-
-#ifndef OLM_EXPORT_H
-#define OLM_EXPORT_H
-
-#ifdef OLM_STATIC_DEFINE
-# define OLM_EXPORT
-# define OLM_NO_EXPORT
-#else
-# ifndef OLM_EXPORT
-# ifdef olm_EXPORTS
- /* We are building this library */
-# define OLM_EXPORT
-# else
- /* We are using this library */
-# define OLM_EXPORT
-# endif
-# endif
-
-# ifndef OLM_NO_EXPORT
-# define OLM_NO_EXPORT
-# endif
-#endif
-
-#ifndef OLM_DEPRECATED
-# define OLM_DEPRECATED __attribute__ ((__deprecated__))
-#endif
-
-#ifndef OLM_DEPRECATED_EXPORT
-# define OLM_DEPRECATED_EXPORT OLM_EXPORT OLM_DEPRECATED
-#endif
-
-#ifndef OLM_DEPRECATED_NO_EXPORT
-# define OLM_DEPRECATED_NO_EXPORT OLM_NO_EXPORT OLM_DEPRECATED
-#endif
-
-#if 0 /* DEFINE_NO_DEPRECATED */
-# ifndef OLM_NO_DEPRECATED
-# define OLM_NO_DEPRECATED
-# endif
-#endif
-
-#endif /* OLM_EXPORT_H */
+\r
+#ifndef OLM_EXPORT_H\r
+#define OLM_EXPORT_H\r
+\r
+#ifdef OLM_STATIC_DEFINE\r
+# define OLM_EXPORT\r
+# define OLM_NO_EXPORT\r
+#else\r
+# ifndef OLM_EXPORT\r
+# ifdef olm_EXPORTS\r
+ /* We are building this library */\r
+# define OLM_EXPORT \r
+# else\r
+ /* We are using this library */\r
+# define OLM_EXPORT \r
+# endif\r
+# endif\r
+\r
+# ifndef OLM_NO_EXPORT\r
+# define OLM_NO_EXPORT \r
+# endif\r
+#endif\r
+\r
+#ifndef OLM_DEPRECATED\r
+# define OLM_DEPRECATED __attribute__ ((__deprecated__))\r
+#endif\r
+\r
+#ifndef OLM_DEPRECATED_EXPORT\r
+# define OLM_DEPRECATED_EXPORT OLM_EXPORT OLM_DEPRECATED\r
+#endif\r
+\r
+#ifndef OLM_DEPRECATED_NO_EXPORT\r
+# define OLM_DEPRECATED_NO_EXPORT OLM_NO_EXPORT OLM_DEPRECATED\r
+#endif\r
+\r
+#if 0 /* DEFINE_NO_DEPRECATED */\r
+# ifndef OLM_NO_DEPRECATED\r
+# define OLM_NO_DEPRECATED\r
+# endif\r
+#endif\r
+\r
+#endif /* OLM_EXPORT_H */\r