set svn:eol-style to native
[reactos.git] / reactos / lib / oleaut32 / ole2disp.h
index 2ca2d09..ec7c1c7 100644 (file)
@@ -1,42 +1,42 @@
-/*\r
- * Copyright 1995 Martin von Loewis\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Lesser General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2.1 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
- * Lesser General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Lesser General Public\r
- * License along with this library; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
- */\r
-\r
-#ifndef __WINE_OLEAUT32_OLE2DISP_H\r
-#define __WINE_OLEAUT32_OLE2DISP_H\r
-\r
-#include <stdarg.h>\r
-\r
-#include "windef.h"\r
-#include "winbase.h"\r
-#include "wtypes.h"\r
-#include "wine/windef16.h"\r
-\r
-typedef CHAR OLECHAR16;\r
-typedef LPSTR LPOLESTR16;\r
-typedef LPCSTR LPCOLESTR16;\r
-typedef OLECHAR16 *BSTR16;\r
-typedef BSTR16 *LPBSTR16;\r
-\r
-BSTR16 WINAPI SysAllocString16(LPCOLESTR16);\r
-BSTR16 WINAPI SysAllocStringLen16(const char*, int);\r
-VOID   WINAPI SysFreeString16(BSTR16);\r
-INT16  WINAPI SysReAllocString16(LPBSTR16,LPCOLESTR16);\r
-int    WINAPI SysReAllocStringLen16(BSTR16*, const char*,  int);\r
-int    WINAPI SysStringLen16(BSTR16);\r
-\r
-#endif /* !defined(__WINE_OLEAUT32_OLE2DISP_H) */\r
+/*
+ * Copyright 1995 Martin von Loewis
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef __WINE_OLEAUT32_OLE2DISP_H
+#define __WINE_OLEAUT32_OLE2DISP_H
+
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wtypes.h"
+#include "wine/windef16.h"
+
+typedef CHAR OLECHAR16;
+typedef LPSTR LPOLESTR16;
+typedef LPCSTR LPCOLESTR16;
+typedef OLECHAR16 *BSTR16;
+typedef BSTR16 *LPBSTR16;
+
+BSTR16 WINAPI SysAllocString16(LPCOLESTR16);
+BSTR16 WINAPI SysAllocStringLen16(const char*, int);
+VOID   WINAPI SysFreeString16(BSTR16);
+INT16  WINAPI SysReAllocString16(LPBSTR16,LPCOLESTR16);
+int    WINAPI SysReAllocStringLen16(BSTR16*, const char*,  int);
+int    WINAPI SysStringLen16(BSTR16);
+
+#endif /* !defined(__WINE_OLEAUT32_OLE2DISP_H) */