Sweden-Number/dlls/msvcrt/tests
Francois Gouget 48ea250887 Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not
needed as it is defined by the Wine headers.
Use __WINE_USE_MSVCRT to detect whether we are being compiled with the
Wine MSVCRT headers or the Windows ones. In the latter case:
 - don't try to include the Wine-specific msvcrt headers
 - skip all the headers.c tests since there's no MSVCRT_* symbols to
   check
2004-08-11 19:36:17 +00:00
..
.cvsignore Add some test cases for _wputenv, fix deletion of non-existent 2004-07-19 21:23:02 +00:00
Makefile.in Add some test cases for _wputenv, fix deletion of non-existent 2004-07-19 21:23:02 +00:00
cpp.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-15 03:35:54 +00:00
environ.c Add some test cases for _wputenv, fix deletion of non-existent 2004-07-19 21:23:02 +00:00
file.c Make our ascii strings static const. 2004-05-04 04:13:05 +00:00
headers.c Don't define __WINE_USE_MSVCRT in the Visual C++ project. It is not 2004-08-11 19:36:17 +00:00
heap.c Heap tests cleanup. 2004-03-11 00:38:14 +00:00
scanf.c Make our ascii strings static const. 2004-05-04 04:13:05 +00:00
string.c Make our ascii strings static const. 2004-05-04 04:13:05 +00:00
time.c Correct errors with move to kernel time functions. 2004-03-25 00:12:40 +00:00