Table v0.96

git-svn-id: svn://kolibrios.org@1114 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2009-06-12 22:16:16 +00:00
parent 9bdc3789b1
commit b89b199a17
2 changed files with 1372 additions and 1371 deletions

File diff suppressed because it is too large Load Diff

View File

@ -66,7 +66,7 @@ Dword rtlRand( void )
}
void * __cdecl memcpy( void *dst, const void *src, size_t bytesCount )
/*void * __cdecl memcpy( void *dst, const void *src, size_t bytesCount )
{
__asm{
mov edi, dst
@ -87,7 +87,7 @@ void memset( Byte *dst, Byte filler, Dword count )
mov ecx, count
rep stosb
}
}
}*/
//