Packing alignment in FLI
If, say, a C struct is defined in MS VS following a #pragma pack(push, 1) line, is there a way to access this struct using the LispWorks FLI? I know that, cough, with this other Lisp compiler you can do things like (def-foreign-type (foostruct (:pack 1)) (:struct (x :char) (y :int))) but I don't know how to do that with LispWorks. Thanks, Edi.