X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/4178a2f70134896d55bd9df615695e025c759a05..be2410a046c2c1841ab6422da67bdcb8cb081903:/src/c-types-impl.lisp diff --git a/src/c-types-impl.lisp b/src/c-types-impl.lisp index fe75d7a..a27b30f 100644 --- a/src/c-types-impl.lisp +++ b/src/c-types-impl.lisp @@ -225,7 +225,7 @@ (define-simple-c-type void "void" :export t) (define-simple-c-type char "char" :export t) (define-simple-c-type (unsigned-char uchar) "unsigned char" :export t) (define-simple-c-type (signed-char schar) "signed char" :export t) -(define-simple-c-type wchar-t "wchar-t" :export t) +(define-simple-c-type wchar-t "wchar_t" :export t) (define-simple-c-type (int signed signed-int sint) "int" :export t) (define-simple-c-type (unsigned unsigned-int uint) "unsigned" :export t)