16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 08:09:19 +02:00

Remove __fastcall calling convention

This commit is contained in:
Zbigniew Mandziejewicz
2015-04-03 22:10:22 +08:00
parent 91c96bedbf
commit 9eb087b96e
98 changed files with 54005 additions and 54005 deletions

View File

@@ -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