home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / OUTPUT.PAK / WIN16EXT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  491 b   |  14 lines

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE: Defines additions to windows.h included in WIN32, but not
  9. //          in win16.
  10.  
  11. // Windows NT defines APIENTRY, but 3.x doesn't
  12. #define APIENTRY far pascal
  13.  
  14.