Skip to content

Commit b5a457c

Browse files
authored
Merge pull request #6 from bashbaug/fix-32-bit-builds
fix 32-bit Windows builds
2 parents d751fca + 4f06f38 commit b5a457c

File tree

2 files changed

+76
-76
lines changed

2 files changed

+76
-76
lines changed

scripts/openclext.cpp.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ extern "C" {
496496
<%
497497
api = apisigs[func.get('name')]
498498
%>
499-
${api.RetType} ${api.Name}(
499+
${api.RetType} CL_API_CALL ${api.Name}(
500500
% for i, paramStr in enumerate(getCParameterStrings(api.Params)):
501501
% if i < len(api.Params)-1:
502502
${paramStr},

0 commit comments

Comments
 (0)