Sync to trunk head (r47736)

svn path=/branches/reactos-yarotows/; revision=47746
This commit is contained in:
Timo Kreuzer 2010-06-10 20:57:03 +00:00
commit 5f2d67cb35
862 changed files with 85731 additions and 54875 deletions

View file

@ -1,14 +1,14 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/crt/??????
* PURPOSE: Unknown
* FILE: lib/crt/strset.c
* PURPOSE: Implementation of _strnset and _strset
* PROGRAMER: Unknown
* UPDATE HISTORY:
* 25/11/05: Added license header
*/
#if defined(__GNUC__)
#if defined(__GNUC__) && !defined(__clang__)
#define __int64 long long
#endif