On Tue, Dec 9, 2008 at 12:58 AM, jimtabor@svn.reactos.org wrote:
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) +#ifndef __WINE_WINNLS_H +#define __WINE_WINNLS_H
+#define CP_UNIXCP CP_ACP
Rather than keep the include_next brokeness, perhaps we should add the define to wine/port.h and include that in any offending source file.