Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
377bccb1
Commit
377bccb1
authored
Feb 07, 2019
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Fix #1665: remove __fastcall
parent
1ff8346b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
ShaderLang.cpp
glslang/MachineIndependent/ShaderLang.cpp
+1
-1
ShaderLang.h
glslang/Public/ShaderLang.h
+1
-4
No files found.
glslang/MachineIndependent/ShaderLang.cpp
View file @
377bccb1
...
@@ -1335,7 +1335,7 @@ void ShDestruct(ShHandle handle)
...
@@ -1335,7 +1335,7 @@ void ShDestruct(ShHandle handle)
//
//
// Cleanup symbol tables
// Cleanup symbol tables
//
//
int
__fastcall
ShFinalize
()
int
ShFinalize
()
{
{
glslang
::
GetGlobalLock
();
glslang
::
GetGlobalLock
();
--
NumberOfClients
;
--
NumberOfClients
;
...
...
glslang/Public/ShaderLang.h
View file @
377bccb1
...
@@ -53,9 +53,6 @@
...
@@ -53,9 +53,6 @@
#define SH_IMPORT_EXPORT
#define SH_IMPORT_EXPORT
#else
#else
#define SH_IMPORT_EXPORT
#define SH_IMPORT_EXPORT
#ifndef __fastcall
#define __fastcall
#endif
#define C_DECL
#define C_DECL
#endif
#endif
...
@@ -83,7 +80,7 @@ SH_IMPORT_EXPORT int ShInitialize();
...
@@ -83,7 +80,7 @@ SH_IMPORT_EXPORT int ShInitialize();
//
//
// Call this at process shutdown to clean up memory.
// Call this at process shutdown to clean up memory.
//
//
SH_IMPORT_EXPORT
int
__fastcall
ShFinalize
();
SH_IMPORT_EXPORT
int
ShFinalize
();
//
//
// Types of languages the compiler can consume.
// Types of languages the compiler can consume.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment