Import everything
[cl-w32api.git] / w32api.lisp
blob8f2617869ecb81c345590c57367be0c923c5d7e0
1 (in-package cl-user)
3 (defpackage cl-w32api
4 (:nicknames w32api)
5 (:use :cl))
8 (defpackage cl-w32api-user
9 (:nicknames w32api-user)
10 (:use :cl :cl-w32api :luciffi))