mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 03:09:19 +02:00
* Unique names for imports
This commit is contained in:
parent
fc0fb5968a
commit
45f7be1b3c
@ -55,10 +55,10 @@ Const
|
||||
|
||||
const
|
||||
websocketExportName = 'websocket';
|
||||
websocketFN_Allocate = 'allocate';
|
||||
websocketFN_DeAllocate = 'deallocate';
|
||||
websocketFN_close = 'close';
|
||||
websocketFN_send = 'send';
|
||||
websocketFN_Allocate = 'allocate_websocket';
|
||||
websocketFN_DeAllocate = 'deallocate_websocket';
|
||||
websocketFN_close = 'close_websocket';
|
||||
websocketFN_send = 'send_websocket';
|
||||
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user