Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Sep 13, 2024
1 parent 0b07d0b commit 78d0a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fasl-lib.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ symbols defined in SYSTEMS. The C functions to perform
(with-open-file (stream (uiop:merge-pathnames* *fasl-loader-filename* directory) :direction :output :if-exists :supersede)
#+win32
(format stream "#include <Windows.h>~%")
(format stream "#include \<lib~A.h\>~%" *base-library-name*)
(format stream "#include \<~A.h\>~%" *base-library-name*)
(terpri stream)
(format stream "#define INCBIN_STYLE INCBIN_STYLE_SNAKE~%")
(format stream "#define INCBIN_PREFIX~%")
Expand Down

0 comments on commit 78d0a8f

Please sign in to comment.