--- pmsdk/include/pm.h 2018/08/09 12:28:13 1.1.1.1 +++ pmsdk/include/pm.h 2018/08/09 12:28:37 1.1.1.2 @@ -4,8 +4,7 @@ * * This is the top level include file for Presentation Manager * -* Copyright (c) 1987 Microsoft Corporation -* Copyright (c) 1987 IBM Corporation +* Copyright (c) 1989 Microsoft Corporation * * =========================================================================== * @@ -16,41 +15,32 @@ * INCL_GPI - OS/2 GPI * INCL_DEV - OS/2 Device Support * INCL_AVIO - OS/2 Advanced VIO -* INCL_SPL - OS/2 Spooler -* INCL_PIC - OS/2 Picture * INCL_ORDERS - OS/2 Graphical Order Formats * INCL_BITMAPFILEFORMAT - OS/2 Bitmap File Format * INCL_FONTFILEFORMAT - OS/2 Font File Format * INCL_ERRORS - OS/2 Errors * \***************************************************************************/ - + /* if INCL_PM defined then define all the symbols */ #ifdef INCL_PM #define INCL_WIN #define INCL_GPI #define INCL_DEV #define INCL_AVIO - #define INCL_SPL #define INCL_PIC #define INCL_ORDERS #define INCL_BITMAPFILEFORMAT #define INCL_FONTFILEFORMAT #define INCL_ERRORS #endif /* INCL_PM */ - + #include /* OS/2 Window Manager definitions */ #include /* OS/2 GPI definitions */ #include /* OS/2 Device Context definitions */ #ifdef INCL_AVIO #include /* OS/2 AVIO definitions */ #endif -#ifdef INCL_SPL -#include /* OS/2 Spooler definitions */ -#endif -#ifdef INCL_PIC -#include /* OS/2 Picture definitions */ -#endif #ifdef INCL_ORDERS #include /* OS/2 Graphical Order Formats */ #endif