mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:33:49 +00:00
Sync to trunk head (r47736)
svn path=/branches/reactos-yarotows/; revision=47746
This commit is contained in:
commit
5f2d67cb35
862 changed files with 85731 additions and 54875 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue