mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* Make names unique across modules
This commit is contained in:
parent
7b213bb4e6
commit
fc0fb5968a
@ -23,8 +23,8 @@ Type
|
||||
|
||||
const
|
||||
TimerExportName = 'timer';
|
||||
TimerFN_Allocate = 'allocate';
|
||||
TimerFN_DeAllocate = 'deallocate';
|
||||
TimerFN_Allocate = 'allocate_timer';
|
||||
TimerFN_DeAllocate = 'deallocate_timer';
|
||||
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user