Changeset 120 for trunk/src/kernel32


Ignore:
Timestamp:
Jun 19, 1999, 12:54:48 PM (26 years ago)
Author:
sandervl
Message:

Include os2wrap.h instead of os2.h

Location:
trunk/src/kernel32
Files:
23 edited

Legend:

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

    r112 r120  
    1 /* $Id: async.cpp,v 1.5 1999-06-17 18:25:22 phaller Exp $ */
     1/* $Id: async.cpp,v 1.6 1999-06-19 10:54:39 sandervl Exp $ */
    22
    33/*
     
    3838#define  INCL_VIO
    3939#define  INCL_AVIO
    40 #include <os2.h>
     40#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    4141#include <builtin.h>
    4242
  • trunk/src/kernel32/conbuffer.cpp

    r111 r120  
    1 /* $Id: conbuffer.cpp,v 1.1 1999-06-17 18:21:37 phaller Exp $ */
     1/* $Id: conbuffer.cpp,v 1.2 1999-06-19 10:54:39 sandervl Exp $ */
    22
    33/*
     
    6262#define  INCL_VIO
    6363#define  INCL_AVIO
    64 #include <os2.h>
     64#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    6565
    6666#include <misc.h>
  • trunk/src/kernel32/conin.cpp

    r111 r120  
    1 /* $Id: conin.cpp,v 1.1 1999-06-17 18:21:38 phaller Exp $ */
     1/* $Id: conin.cpp,v 1.2 1999-06-19 10:54:40 sandervl Exp $ */
    22
    33/*
     
    3131#define  INCL_VIO
    3232#define  INCL_AVIO
    33 #include <os2.h>
     33#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3434
    3535#include <misc.h>
  • trunk/src/kernel32/conout.cpp

    r111 r120  
    1 /* $Id: conout.cpp,v 1.1 1999-06-17 18:21:38 phaller Exp $ */
     1/* $Id: conout.cpp,v 1.2 1999-06-19 10:54:40 sandervl Exp $ */
    22
    33/*
     
    5757#define  INCL_VIO
    5858#define  INCL_AVIO
    59 #include <os2.h>
     59#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    6060#include <builtin.h>
    6161#include <stdlib.h>
  • trunk/src/kernel32/conprop.cpp

    r111 r120  
    1 /* $Id: conprop.cpp,v 1.6 1999-06-17 18:21:39 phaller Exp $ */
     1/* $Id: conprop.cpp,v 1.7 1999-06-19 10:54:40 sandervl Exp $ */
    22
    33/*
     
    3232#define  INCL_VIO
    3333#define  INCL_AVIO
    34 #include <os2.h>
     34#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3535#include <builtin.h>
    3636
  • trunk/src/kernel32/console.cpp

    r111 r120  
    1 /* $Id: console.cpp,v 1.6 1999-06-17 18:21:39 phaller Exp $ */
     1/* $Id: console.cpp,v 1.7 1999-06-19 10:54:40 sandervl Exp $ */
    22
    33/*
     
    6262#define  INCL_VIO
    6363#define  INCL_AVIO
    64 #include <os2.h>
     64#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    6565#include <builtin.h>
    6666#include <stdlib.h>
  • trunk/src/kernel32/devio.cpp

    r100 r120  
    1 /* $Id: devio.cpp,v 1.2 1999-06-10 20:47:56 phaller Exp $ */
     1/* $Id: devio.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */
    22
    33/*
     
    1818#define INCL_DOSPROCESS          /* DOS Process values       */
    1919#define INCL_DOSMISC             /* DOS Miscellanous values  */
    20 #include <os2.h>
     20#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2121#include <string.h>
    2222
  • trunk/src/kernel32/exceptions.cpp

    r114 r120  
    1 /* $Id: exceptions.cpp,v 1.4 1999-06-17 21:51:59 phaller Exp $ */
     1/* $Id: exceptions.cpp,v 1.5 1999-06-19 10:54:39 sandervl Exp $ */
    22
    33/*
     
    4646 */
    4747#define INCL_BASE
    48 #include <os2.h>
     48#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    4949#include <stdio.h>
    5050#include <stdlib.h>
  • trunk/src/kernel32/initterm.cpp

    r100 r120  
    1 /* $Id: initterm.cpp,v 1.2 1999-06-10 20:47:59 phaller Exp $ */
     1/* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */
    22
    33/*
     
    2828#define  INCL_DOSMISC
    2929#define  INCL_DOSPROCESS
    30 #include <os2.h>
     30#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    3131#include <stdlib.h>
    3232#include <stdio.h>
  • trunk/src/kernel32/map.cpp

    r100 r120  
    1 /* $Id: map.cpp,v 1.2 1999-06-10 20:48:00 phaller Exp $ */
     1/* $Id: map.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */
    22
    33/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de)
     
    1010#define INCL_DOSDEVICES
    1111#define INCL_DOSDEVIOCTL
    12 #include <os2.h>
     12#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1313
    1414#include "map.h"
  • trunk/src/kernel32/misc.cpp

    r100 r120  
    1 /* $Id: misc.cpp,v 1.2 1999-06-10 20:48:00 phaller Exp $ */
     1/* $Id: misc.cpp,v 1.3 1999-06-19 10:54:42 sandervl Exp $ */
    22
    33/*
     
    1818#define INCL_WINERRORS
    1919#define INCL_DOSFILEMGR
    20 #include <os2.h>
     20#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2121#include <stdio.h>
    2222#include <stdlib.h>
  • trunk/src/kernel32/nameid.cpp

    r100 r120  
    1 /* $Id: nameid.cpp,v 1.4 1999-06-10 20:48:00 phaller Exp $ */
     1/* $Id: nameid.cpp,v 1.5 1999-06-19 10:54:42 sandervl Exp $ */
    22
    33/*
     
    1616#define INCL_WINERRORS
    1717#define INCL_DOSFILEMGR
    18 #include <os2.h>
     18#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1919#include <stdio.h>
    2020#include <stdlib.h>
  • trunk/src/kernel32/network.cpp

    r100 r120  
    1 /* $Id: network.cpp,v 1.3 1999-06-10 20:48:00 phaller Exp $ */
     1/* $Id: network.cpp,v 1.4 1999-06-19 10:54:42 sandervl Exp $ */
    22
    33/*
     
    1414#define INCL_DOSEXCEPTIONS
    1515#define INCL_DOSMEMMGR
    16 #include <os2.h>
     16#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1717#include <pmwsock.h>
    1818#include <stdlib.h>
  • trunk/src/kernel32/os2heap.cpp

    r99 r120  
    1 /* $Id: os2heap.cpp,v 1.3 1999-06-10 19:09:35 phaller Exp $ */
     1/* $Id: os2heap.cpp,v 1.4 1999-06-19 10:54:42 sandervl Exp $ */
    22
    33/*
     
    1313#define  INCL_DOSSEMAPHORES
    1414#define  INCL_DOSERRORS
    15 #include <os2.h>
     15#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1616#include <builtin.h>
    1717#include <stdlib.h>
  • trunk/src/kernel32/os2native.cpp

    r99 r120  
    1 /* $Id: os2native.cpp,v 1.2 1999-06-10 19:09:35 phaller Exp $ */
     1/* $Id: os2native.cpp,v 1.3 1999-06-19 10:54:42 sandervl Exp $ */
    22
    33/*
     
    1616#define INCL_DOSMEMMGR
    1717#define INCL_DOSPROCESS
    18 #include <os2.h>
     18#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1919#include <stdlib.h>
    2020#include <stdio.h>
  • trunk/src/kernel32/os2util.cpp

    r99 r120  
    1 /* $Id: os2util.cpp,v 1.2 1999-06-10 19:09:35 phaller Exp $ */
     1/* $Id: os2util.cpp,v 1.3 1999-06-19 10:54:42 sandervl Exp $ */
    22
    33/*
     
    1414#define INCL_BASE
    1515#define INCL_DOSPROCESS
    16 #include <os2.h>
     16#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1717#include <string.h>
    1818#include <stdlib.h>
  • trunk/src/kernel32/pefile.cpp

    r100 r120  
    1 /* $Id: pefile.cpp,v 1.3 1999-06-10 20:48:01 phaller Exp $ */
     1/* $Id: pefile.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */
    22
    33/*
     
    88 */
    99#define INCL_BASE
    10 #include <os2.h>
     10#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1111#include <stdio.h>
    1212#include <string.h>
  • trunk/src/kernel32/vmutex.cpp

    r100 r120  
    1 /* $Id: vmutex.cpp,v 1.3 1999-06-10 20:48:03 phaller Exp $ */
     1/* $Id: vmutex.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */
    22
    33/*
     
    1313 */
    1414#define  INCL_DOSSEMAPHORES
    15 #include <os2.h>
     15#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1616#include <vmutex.h>
    1717#include <win32type.h>
  • trunk/src/kernel32/windll.cpp

    r99 r120  
    1 /* $Id: windll.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */
    2 
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
     1/* $Id: windll.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */
     2
    83/*
    94 * Win32 DLL class
    105 *
    116 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    1816#define INCL_DOSMISC             /* DOS Miscellanous values  */
    1917#define INCL_WIN
    20 #include <os2.h>
     18#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2119#include <stdio.h>
    2220#include <string.h>
  • trunk/src/kernel32/winexe.cpp

    r112 r120  
    1 /* $Id: winexe.cpp,v 1.5 1999-06-17 18:25:22 phaller Exp $ */
     1/* $Id: winexe.cpp,v 1.6 1999-06-19 10:54:43 sandervl Exp $ */
    22
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
    83/*
    94 * Win32 exe class
    105 *
    116 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    1715#define INCL_DOSMISC             /* DOS Miscellanous values  */
    1816#define INCL_WIN
    19 #include <os2.h>
     17#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2018#include <stdio.h>
    2119#include <string.h>
  • trunk/src/kernel32/winimage.cpp

    r99 r120  
    1 /* $Id: winimage.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */
     1/* $Id: winimage.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */
    22
    33/*
     
    1818#define INCL_WIN
    1919#define INCL_BASE
    20 #include <os2.h>
     20#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2121#include <stdio.h>
    2222#include <string.h>
  • trunk/src/kernel32/winmod.cpp

    r110 r120  
    1 /* $Id: winmod.cpp,v 1.4 1999-06-16 20:25:45 cbratschi Exp $ */
     1/* $Id: winmod.cpp,v 1.5 1999-06-19 10:54:44 sandervl Exp $ */
    22
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
    83/*
    94 * Win32 PE Image class
    105 *
    116 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    1614#define INCL_WINERRORS
    1715#define INCL_DOSFILEMGR
    18 #include <os2.h>
     16#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1917#include <stdio.h>
    2018#include <stdlib.h>
  • trunk/src/kernel32/winres.cpp

    r37 r120  
    1 /* $Id: winres.cpp,v 1.2 1999-06-06 12:25:49 cbratschi Exp $ */
    2 
    3 /*
    4  *
    5  * Project Odin Software License can be found in LICENSE.TXT
    6  *
    7  */
     1/* $Id: winres.cpp,v 1.3 1999-06-19 10:54:44 sandervl Exp $ */
     2
    83/*
    94 * Win32 resource class
    105 *
    116 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 *
     8 *
     9 * Project Odin Software License can be found in LICENSE.TXT
    1210 *
    1311 */
     
    1715#define INCL_BITMAPFILEFORMAT
    1816#define INCL_DOSMODULEMGR
    19 #include <os2.h>
     17#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    2018#include <stdarg.h>
    2119#ifdef __IBMCPP__
Note: See TracChangeset for help on using the changeset viewer.