mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
Remove __fastcall calling convention
This commit is contained in:
@@ -10,7 +10,7 @@ class TLPT
|
||||
int address;
|
||||
|
||||
public:
|
||||
bool __fastcall Connect(int port);
|
||||
void __fastcall Out(int x);
|
||||
bool Connect(int port);
|
||||
void Out(int x);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user