Author: dgorbachev Date: Sun Dec 7 16:03:22 2008 New Revision: 37920
URL: http://svn.reactos.org/svn/reactos?rev=37920&view=rev Log: Remove WINVER, committed in r37916.
Modified: trunk/rostests/tests/wcstombs-tests/wcstombs-tests.c
Modified: trunk/rostests/tests/wcstombs-tests/wcstombs-tests.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/tests/wcstombs-tests/wcsto... ============================================================================== --- trunk/rostests/tests/wcstombs-tests/wcstombs-tests.c [iso-8859-1] (original) +++ trunk/rostests/tests/wcstombs-tests/wcstombs-tests.c [iso-8859-1] Sun Dec 7 16:03:22 2008 @@ -5,8 +5,6 @@ * PURPOSE: Application for testing the CRT API's (wcstombs and wctomb) and the Win32 API WideCharToMultiByte for the Unicode to MultiByte string conversion * COPYRIGHT: Copyright 2008 Colin Finck colin@reactos.org */ - -#define WINVER 0x0500 /* WC_NO_BEST_FIT_CHARS */
#include <windows.h> #include <stdio.h>