From 87e41ba6e7e072c7dd355af1c1df21bb5a4b77e7 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 9 Dec 2008 05:58:23 +0000 Subject: [PATCH] - Add CP_UNIXCP for CP_ACP, this will help cross tests. svn path=/trunk/; revision=37952 --- reactos/include/reactos/wine/winnls.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 reactos/include/reactos/wine/winnls.h diff --git a/reactos/include/reactos/wine/winnls.h b/reactos/include/reactos/wine/winnls.h new file mode 100644 index 00000000000..0cc03fd6c8d --- /dev/null +++ b/reactos/include/reactos/wine/winnls.h @@ -0,0 +1,25 @@ +/* + * Copyright (C) the Wine project + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#ifndef __WINE_WINNLS_H +#define __WINE_WINNLS_H + +#define CP_UNIXCP CP_ACP + + +#endif /* __WINE_WINNLS_H */