mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
* remove unsupported syntax
This commit is contained in:
parent
a966964657
commit
6ecc535b18
@ -12,8 +12,8 @@ var
|
|||||||
|
|
||||||
// Delphi accepts this.
|
// Delphi accepts this.
|
||||||
WSAStartup: function(wVersionRequired: Word; var WSData: TWSAData): Integer stdcall = nil;
|
WSAStartup: function(wVersionRequired: Word; var WSData: TWSAData): Integer stdcall = nil;
|
||||||
// FPC accepts this.
|
// FPC should accept this too
|
||||||
WSAStartup2: function(wVersionRequired: Word; var WSData: TWSAData): Integer = nil; stdcall;
|
WSAStartup2: function(wVersionRequired: Word; var WSData: TWSAData): Integer;stdcall = nil;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user