Skip to content

Commit

Permalink
Use __cdecl instead of __stdcall
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Apr 24, 2020
1 parent 33c834c commit 67c1eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.h
Expand Up @@ -37,7 +37,7 @@ extern "C" {

#ifndef MOJOSHADERCALL
#ifdef _WIN32
#define MOJOSHADERCALL __stdcall
#define MOJOSHADERCALL __cdecl
#else
#define MOJOSHADERCALL
#endif
Expand Down

0 comments on commit 67c1eb4

Please sign in to comment.