Author: jimtabor Date: Mon Dec 8 23:58:23 2008 New Revision: 37952
URL: http://svn.reactos.org/svn/reactos?rev=37952&view=rev Log: - Add CP_UNIXCP for CP_ACP, this will help cross tests.
Added: trunk/reactos/include/reactos/wine/winnls.h (with props)
Added: trunk/reactos/include/reactos/wine/winnls.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/winnls... ============================================================================== --- trunk/reactos/include/reactos/wine/winnls.h (added) +++ trunk/reactos/include/reactos/wine/winnls.h [iso-8859-1] Mon Dec 8 23:58:23 2008 @@ -1,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 */
Propchange: trunk/reactos/include/reactos/wine/winnls.h ------------------------------------------------------------------------------ svn:eol-style = native