mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
* PChar -> PAnsiChar
This commit is contained in:
parent
0923dfaf5a
commit
1a8b08197e
@ -1784,8 +1784,8 @@ const
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
type
|
||||
//typedef void (* NVAPI_OGLEXPERT_CALLBACK) (unsigned int categoryId, unsigned int messageId, unsigned int detailLevel, int objectId, const char *messageStr): NvAPI_Status; cdecl;
|
||||
NVAPI_OGLEXPERT_CALLBACK = procedure (categoryId, messageId, detailLevel: Cardinal; objectId: Integer; const messageStr: PChar); cdecl;
|
||||
//typedef void (* NVAPI_OGLEXPERT_CALLBACK) (unsigned int categoryId, unsigned int messageId, unsigned int detailLevel, int objectId, const AnsiChar *messageStr): NvAPI_Status; cdecl;
|
||||
NVAPI_OGLEXPERT_CALLBACK = procedure (categoryId, messageId, detailLevel: Cardinal; objectId: Integer; const messageStr: PAnsiChar); cdecl;
|
||||
|
||||
// SUPPORTED OS: Windows XP and higher
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user