Skip to content

Commit

Permalink
[FEATURE] API: changed calling convention to __cdecl
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Aug 14, 2020
1 parent 83d782b commit 1fa2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pe_sieve_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define PESIEVE_API
#endif

#define PESIEVE_API_FUNC PESIEVE_API __stdcall
#define PESIEVE_API_FUNC PESIEVE_API __cdecl

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 1fa2fd1

Please # to comment.