X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ffunctions.lisp;h=e44bc7da087fa3135acb2c3cdf8d3c8927649722;hb=refs%2Ftags%2Fv1.6.1;hp=e4a87de697234c0cce89b3903cb08c5c5e7ef7c4;hpb=f5e6a5198989a460c4787041830d66fa76ebcdab;p=uffi.git diff --git a/src/functions.lisp b/src/functions.lisp index e4a87de..e44bc7d 100644 --- a/src/functions.lisp +++ b/src/functions.lisp @@ -212,7 +212,7 @@ ,@(if module (list :module module) (values)) :result-type ,result-type :language :ansi-c - #+:win32 :calling-convention #+:win32 :cdecl) + #+:mswindows :calling-convention #+:mswindows :cdecl) #+digitool `(eval-when (:compile-toplevel :load-toplevel :execute) (ccl:define-entry-point (,lisp-name ,foreign-name)