Skip to content

Commit

Permalink
no dllimport
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Mar 21, 2024
1 parent a212a0a commit 62b6e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(format stream "# endif~%")
(format stream "#else~%")
(format stream "# if defined(~A)~%" windows)
(format stream "# define ~A ~A~%" linkage *windows-import-linkage*)
(format stream "# define ~A~%" linkage)
(format stream "# else~%")
(format stream "# define ~A~%" linkage)
(format stream "# endif~%")
Expand Down

0 comments on commit 62b6e04

Please sign in to comment.