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