mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 03:46:00 +02:00
* my_init is now weak, seems no longer to be there in 5.5 (bug ID 17490)
git-svn-id: trunk@16047 -
This commit is contained in:
parent
347267dfe6
commit
f3713b9f5e
@ -1628,7 +1628,7 @@ const
|
||||
mysql_symbols: array[0..91] of TLibSymbol = (
|
||||
// Only the procedure that are given in the c-library documentation are loaded, to
|
||||
// avoid problems with 'incomplete' libraries
|
||||
(pvar:@my_init; name:'my_init'; weak:false),
|
||||
(pvar:@my_init; name:'my_init'; weak:true),
|
||||
(pvar:@my_thread_init; name:'my_thread_init'; weak:true),
|
||||
(pvar:@my_thread_end; name:'my_thread_end'; weak:true),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user