Copyright Digital Equipment Corp. All rights reserved.

DECLSPECEXT

Message        __declspec is a language extension.

Description    The __declspec storage class modifier is a language
               extension of HP C.  Other C compilers might not
               successfully compile a program that uses the
               extension.

User Action    Be aware of this extension if you wish to port the
               code.