mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 19:49:40 +02:00
* Add some missing constants
This commit is contained in:
parent
163f97b84e
commit
0a8f1b257d
@ -45,6 +45,10 @@ Const
|
||||
WASMWS_RESULT_ERROR = -1;
|
||||
WASMWS_RESULT_NO_URL = -2;
|
||||
WASMWS_RESULT_INVALIDID = -3;
|
||||
WASMWS_RESULT_FAILEDLOCK = -4;
|
||||
WASMWS_RESULT_INVALIDSIZE = -5;
|
||||
WASMWS_RESULT_NOSHAREDMEM = -6;
|
||||
WASMWS_RESULT_DUPLICATEID = -7;
|
||||
|
||||
WASMWS_CALLBACK_SUCCESS = 0;
|
||||
WASMWS_CALLBACK_NOHANDLER = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user