Changeset 3101 for trunk/src


Ignore:
Timestamp:
Mar 13, 2000, 2:11:46 PM (25 years ago)
Author:
sandervl
Message:

replaced os2.h includes by os2wrap.h

Location:
trunk/src
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cvtcursorgrp.cpp

    r2802 r3101  
    1 /* $Id: cvtcursorgrp.cpp,v 1.8 2000-02-16 14:25:37 sandervl Exp $ */
     1/* $Id: cvtcursorgrp.cpp,v 1.9 2000-03-13 13:10:09 sandervl Exp $ */
    22
    33/*
     
    1717#define INCL_DOSMISC             /* DOS Miscellanous values  */
    1818#define INCL_WIN
    19 #include <os2.h>
     19#include <os2wrap.h>
    2020#include <stdio.h>
    2121#include <string.h>
  • trunk/src/kernel32/oslibdebug.cpp

    r2803 r3101  
    1 /* $Id: oslibdebug.cpp,v 1.2 2000-02-16 14:25:44 sandervl Exp $ */
     1/* $Id: oslibdebug.cpp,v 1.3 2000-03-13 13:10:10 sandervl Exp $ */
    22
    33/*
     
    1717#define INCL_DOSEXCEPTIONS
    1818#define INCL_DOSERRORS
    19 #include <os2.h>
     19#include <os2wrap.h>
    2020#include <process.h>
    2121#include <os2sel.h>
  • trunk/src/user32/gen_object.cpp

    r2804 r3101  
    1 /* $Id: gen_object.cpp,v 1.5 2000-02-16 14:34:19 sandervl Exp $ */
     1/* $Id: gen_object.cpp,v 1.6 2000-03-13 13:10:45 sandervl Exp $ */
    22/*
    33 * Generic Object Class for OS/2
     
    1111 */
    1212#define  INCL_DOSSEMAPHORES
    13 #include <os2.h>
    1413#include <os2wrap.h>
    1514#include <stdlib.h>
  • trunk/src/user32/initterm.cpp

    r2804 r3101  
    1 /* $Id: initterm.cpp,v 1.21 2000-02-16 14:34:20 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.22 2000-03-13 13:10:45 sandervl Exp $ */
    22
    33/*
     
    3535#include <misc.h>       /*PLF Wed  98-03-18 23:18:29*/
    3636#include <win32type.h>
     37#include <winconst.h>
    3738#include <odinlx.h>
    3839#include <spy.h>
  • trunk/src/user32/loadres.cpp

    r2857 r3101  
    1 /* $Id: loadres.cpp,v 1.24 2000-02-22 17:07:40 cbratschi Exp $ */
     1/* $Id: loadres.cpp,v 1.25 2000-03-13 13:10:45 sandervl Exp $ */
    22
    33/*
     
    2323#include <heapstring.h>
    2424#include <oslibres.h>
    25 #include <winconst.h>
    2625#include <win\virtual.h>
    2726#include "dib.h"
  • trunk/src/user32/oslibgdi.cpp

    r2804 r3101  
    1 /* $Id: oslibgdi.cpp,v 1.10 2000-02-16 14:34:25 sandervl Exp $ */
     1/* $Id: oslibgdi.cpp,v 1.11 2000-03-13 13:10:45 sandervl Exp $ */
    22/*
    33 * Window GDI wrapper functions for OS/2
     
    1212#define  INCL_WIN
    1313#define  INCL_PM
    14 #include <os2.h>
    1514#include <os2wrap.h>
    1615#include <stdlib.h>
    1716#include <string.h>
    1817#include <misc.h>
     18#include <winconst.h>
    1919#include <oslibgdi.h>
    2020#include <oslibwin.h>
  • trunk/src/user32/oslibmenu.cpp

    r2804 r3101  
    1 /* $Id: oslibmenu.cpp,v 1.11 2000-02-16 14:34:26 sandervl Exp $ */
     1/* $Id: oslibmenu.cpp,v 1.12 2000-03-13 13:10:46 sandervl Exp $ */
    22/*
    33 * Window Menu wrapper functions for OS/2
     
    1212#define  INCL_WIN
    1313#define  INCL_PM
    14 #include <os2.h>
    1514#include <os2wrap.h>
    1615#include <stdlib.h>
  • trunk/src/user32/oslibmsg.cpp

    r2948 r3101  
    1 /* $Id: oslibmsg.cpp,v 1.29 2000-02-29 19:16:11 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.30 2000-03-13 13:10:46 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    2020#define  INCL_PM
    2121#define  INCL_DOSPROCESS
    22 #include <os2.h>
    2322#include <os2wrap.h>
    2423#include <string.h>
    2524#include <misc.h>
    2625#include "oslibmsg.h"
     26#include <winconst.h>
    2727#include <win32wnd.h>
    2828#include "oslibutil.h"
  • trunk/src/user32/oslibmsgtranslate.cpp

    r3072 r3101  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.22 2000-03-09 21:50:11 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.23 2000-03-13 13:10:46 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    1818#define  INCL_PM
    1919#define  INCL_DOSPROCESS
    20 #include <os2.h>
    2120#include <os2wrap.h>
    2221#include <string.h>
    2322#include <misc.h>
     23#include <winconst.h>
    2424#include "oslibmsg.h"
    2525#include "win32wnd.h"
  • trunk/src/user32/oslibres.cpp

    r2804 r3101  
    1 /* $Id: oslibres.cpp,v 1.9 2000-02-16 14:34:28 sandervl Exp $ */
     1/* $Id: oslibres.cpp,v 1.10 2000-03-13 13:10:47 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    1212#define  INCL_WIN
    1313#define  INCL_PM
    14 #include <os2.h>
    1514#include <os2wrap.h>
    1615#include <stdlib.h>
  • trunk/src/user32/oslibwin.cpp

    r2804 r3101  
    1 /* $Id: oslibwin.cpp,v 1.69 2000-02-16 14:34:29 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.70 2000-03-13 13:10:47 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    1313#define  INCL_WIN
    1414#define  INCL_PM
    15 #include <os2.h>
    1615#include <os2wrap.h>
    1716#include <stdlib.h>
  • trunk/src/user32/pmframe.cpp

    r2956 r3101  
    1 /* $Id: pmframe.cpp,v 1.44 2000-03-01 13:30:05 sandervl Exp $ */
     1/* $Id: pmframe.cpp,v 1.45 2000-03-13 13:10:47 sandervl Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    1616#include <stdlib.h>
    1717#include <string.h>
    18 #include "win32type.h"
     18#include <win32type.h>
     19#include <winconst.h>
    1920#include <misc.h>
    2021#include <win32wbase.h>
  • trunk/src/user32/pmwindow.cpp

    r2834 r3101  
    1 /* $Id: pmwindow.cpp,v 1.86 2000-02-20 18:28:32 cbratschi Exp $ */
     1/* $Id: pmwindow.cpp,v 1.87 2000-03-13 13:10:47 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    1919#include <stdlib.h>
    2020#include <string.h>
    21 #include "win32type.h"
     21#include <win32type.h>
    2222#include <winconst.h>
    2323#include <wprocess.h>
  • trunk/src/user32/spy.cpp

    r2804 r3101  
    1 /* $Id: spy.cpp,v 1.10 2000-02-16 14:34:33 sandervl Exp $ */
     1/* $Id: spy.cpp,v 1.11 2000-03-13 13:10:48 sandervl Exp $ */
    22
    33/*
     
    1616#define INCL_DOSERRORS
    1717#define INCL_DOSSEMAPHORES
    18 #include <os2.h>
    1918#include <os2wrap.h>
    2019
  • trunk/src/user32/timer.cpp

    r2804 r3101  
    1 /* $Id: timer.cpp,v 1.11 2000-02-16 14:34:36 sandervl Exp $ */
     1/* $Id: timer.cpp,v 1.12 2000-03-13 13:10:48 sandervl Exp $ */
    22
    33/*
     
    1313#define INCL_WIN
    1414#define INCL_DOSSEMAPHORES
    15 #include <os2.h>
     15#include <os2wrap.h>
    1616#include <os2sel.h>
    1717#include <stdlib.h>
  • trunk/src/user32/win32wbase.h

    r2956 r3101  
    1 /* $Id: win32wbase.h,v 1.87 2000-03-01 13:30:06 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.88 2000-03-13 13:10:48 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    2121#include <win32wndchild.h>
    2222#include <winres.h>
    23 #include <winconst.h>
    2423#include <scroll.h>
    2524
     
    431430         VOID  AdjustTrackInfo(PPOINT minTrackSize,PPOINT maxTrackSize);
    432431
     432#ifndef OS2_INCLUDED
     433         BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC); }
     434#else
    433435         BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC_W); }
     436#endif
    434437         HDC    getOwnDC() { return ownDC; }
    435438         void   setOwnDC(HDC hdc) { ownDC = hdc; }
Note: See TracChangeset for help on using the changeset viewer.