Browse Source

Fixed CDECL to actually attribute as `cdecl` and not `stdcall`.

pull/234/head
triton 11 years ago
parent
commit
e85d8cd7eb
  1. 2
      tests/Tests.h

2
tests/Tests.h

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
#else
#define DLL_API __attribute__ ((visibility ("default")))
#define STDCALL __attribute__((stdcall))
#define CDECL __attribute__((stdcall))
#define CDECL __attribute__((cdecl))
#endif
#define CS_OUT
Loading…
Cancel
Save