Skip to content

Commit

Permalink
oops, static is a keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
barcharcraz committed Apr 21, 2014
1 parent 6f9834e commit 9ee5fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeimage.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

when defined(windows):
const FreeImageLib = "freeimage.dll"
when defined(static):
when defined(staticlib):
{.pragma: FreeImageCallconv, cdecl.}
else:
{.pragma: FreeImageCallconv, stdcall.}
Expand Down

0 comments on commit 9ee5fb8

Please sign in to comment.