[ros-diffs] [dgorbachev] 37920: Remove WINVER, committed in r37916.

dgorbachev at svn.reactos.org dgorbachev at svn.reactos.org
Sun Dec 7 23:03:23 CET 2008


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/wcstombs-tests.c?rev=37920&r1=37919&r2=37920&view=diff
==============================================================================
--- 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 at reactos.org>
  */
-
-#define WINVER 0x0500 /* WC_NO_BEST_FIT_CHARS */
 
 #include <windows.h>
 #include <stdio.h>



More information about the Ros-diffs mailing list