Commit 7e4d221
Don't change the calling convention of x86 gfx api
Upstream MediaSDK, since ae85eb2, uses __cdecl, which corresponds to
WINAPIV in mingw64 and MSDK. The removal of APIENTRY (since f45c0c2)
changes the calling convention from __stdcall.
The removal of the '@' name decorations (also gone since f45c0c2)
remains.
Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz>1 parent f45c0c2 commit 7e4d221
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments