mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-13 11:53:31 +08:00
2010-01-15 Philippe Dunski <koala01@free.fr>
* lib32/msvcrt.def (rand_s): New import symbol. * lib32/msvcr80.def (rand_s): Likewise. * lib64/msvcrt.def (rand_s): Likewise. * lib64/wmsvcrt.def (rand_s): Likewise. * lib64/msvcr80.def (rand_s): Likewise. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1744 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
735984078a
commit
9f65006594
@ -1,3 +1,11 @@
|
||||
2010-01-15 Philippe Dunski <koala01@free.fr>
|
||||
|
||||
* lib32/msvcrt.def (rand_s): New import symbol.
|
||||
* lib32/msvcr80.def (rand_s): Likewise.
|
||||
* lib64/msvcrt.def (rand_s): Likewise.
|
||||
* lib64/wmsvcrt.def (rand_s): Likewise.
|
||||
* lib64/msvcr80.def (rand_s): Likewise.
|
||||
|
||||
2010-01-15 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* COPYING: New license text.
|
||||
|
@ -632,6 +632,7 @@ putwchar
|
||||
qsort
|
||||
raise
|
||||
rand
|
||||
rand_s
|
||||
realloc
|
||||
remove
|
||||
rename
|
||||
|
@ -631,6 +631,7 @@ putwchar
|
||||
qsort
|
||||
raise
|
||||
rand
|
||||
rand_s
|
||||
realloc
|
||||
remove
|
||||
rename
|
||||
|
@ -764,6 +764,7 @@ putwchar
|
||||
qsort
|
||||
raise
|
||||
rand
|
||||
rand_s
|
||||
realloc
|
||||
remove
|
||||
rename
|
||||
|
@ -765,6 +765,7 @@ putwchar
|
||||
qsort
|
||||
raise
|
||||
rand
|
||||
rand_s
|
||||
realloc
|
||||
remove
|
||||
rename
|
||||
|
@ -828,6 +828,7 @@ putwchar
|
||||
qsort
|
||||
raise
|
||||
rand
|
||||
rand_s
|
||||
realloc
|
||||
remove
|
||||
rename
|
||||
|
Loading…
Reference in New Issue
Block a user