Hi Camille,
I've certainly used them on a casual basis while testing, but always define my own equivalents eventually - I think it's generally good policy to avoid undocumented symbols, even if exported.
You'll find the commonly used WinAPI constants defined in the various windows header files, like winuser.h. And you can easily define your own WinAPI types and functions from the MSDN docs.
Best,
Chris
> Date: Wed, 4 Jan 2012 11:21:58 +0100
> From: camille@osculator.net
> To: lisp-hug@lispworks.com
> Subject: WIN32 package
>
>
> Hi,
>
> Is it okay to use the exported symbols from the WIN32 package?
>
>
> --
> Best regards,
> Camille
>
>