Skip to content

Commit

Permalink
Yet another cdecl.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed May 24, 2021
1 parent 9496c9c commit 5e84fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/benchmark/benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ class Fixture : public internal::Benchmark {
::benchmark::RunSpecifiedBenchmarks(); \
return 0; \
} \
int main(int, char**)
int __cdecl main(int, char**)

// ------------------------------------------------------
// Benchmark Reporters
Expand Down

0 comments on commit 5e84fd7

Please sign in to comment.