Add minor upstream changes; conform new debian standards
[uffi.git] / src / functions.lisp
index e4a87de697234c0cce89b3903cb08c5c5e7ef7c4..e44bc7da087fa3135acb2c3cdf8d3c8927649722 100644 (file)
        ,@(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)