Skip to content

Commit

Permalink
Merge pull request #112 from j-n-f/master
Browse files Browse the repository at this point in the history
Use __cdecl for airwave host (wine 5.8+)
  • Loading branch information
psycha0s authored Jul 15, 2020
2 parents 5826185 + 0012f4d commit e44976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using namespace Airwave;


int main(int argc, const char* argv[])
int __cdecl main(int argc, const char* argv[])
{
if(argc != 5) {
fprintf(stderr, "Airwave host endpoint, version " VERSION_STRING);
Expand Down

0 comments on commit e44976c

Please sign in to comment.