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