Build: Fix #1665: remove __fastcall
This commit is contained in:
parent
1ff8346b38
commit
377bccb143
2 changed files with 2 additions and 5 deletions
|
|
@ -1335,7 +1335,7 @@ void ShDestruct(ShHandle handle)
|
|||
//
|
||||
// Cleanup symbol tables
|
||||
//
|
||||
int __fastcall ShFinalize()
|
||||
int ShFinalize()
|
||||
{
|
||||
glslang::GetGlobalLock();
|
||||
--NumberOfClients;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue