mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:28:14 +02:00
* PChar -> PAnsiChar
This commit is contained in:
parent
a1466c7057
commit
616727791e
@ -137,7 +137,7 @@ type
|
||||
*)
|
||||
matroska_track = pointer;
|
||||
(*!
|
||||
\var char* c_string
|
||||
\var AnsiChar* c_string
|
||||
\brief C-String, ie a buffer with characters terminated by \0
|
||||
*)
|
||||
c_string = pcchar;
|
||||
@ -148,7 +148,7 @@ type
|
||||
*)
|
||||
matroska_file_mode = pcchar;
|
||||
(*!
|
||||
\var void ( *matroska_error_callback)(matroska_error_t error_code, char* error_message)
|
||||
\var void ( *matroska_error_callback)(matroska_error_t error_code, AnsiChar* error_message)
|
||||
\brief a callback that the library use to inform of errors happening
|
||||
*)
|
||||
matroska_error_callback = procedure(error_code: matroska_error_t; error_message: pcchar); cdecl;
|
||||
|
Loading…
Reference in New Issue
Block a user