Changeset 15869


Ignore:
Timestamp:
Mar 13, 2001, 7:45:35 PM (24 years ago)
Author:
sandervl
Message:

removed builtin.h include + initterm update

Location:
tags/trunk/src/kernel32
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/KERNEL32.CPP

    r15582 r15869  
    1 /* $Id: KERNEL32.CPP,v 1.58 2001-01-23 18:31:25 sandervl Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.59 2001-03-13 18:45:32 sandervl Exp $ */
    22
    33/*
     
    3232
    3333#include "misc.h"
    34 #include <builtin.h>
    3534#include "heap.h"
    3635#include "handlemanager.h"
  • TabularUnified tags/trunk/src/kernel32/async.cpp

    r14832 r15869  
    1 /* $Id: async.cpp,v 1.9 2000-09-15 13:24:29 sandervl Exp $ */
     1/* $Id: async.cpp,v 1.10 2001-03-13 18:45:32 sandervl Exp $ */
    22
    33/*
     
    3636#define  INCL_AVIO
    3737#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    38 #include <builtin.h>
    3938
    4039#include <stdlib.h>
  • TabularUnified tags/trunk/src/kernel32/conout.cpp

    r15582 r15869  
    1 /* $Id: conout.cpp,v 1.9 2001-01-23 18:31:25 sandervl Exp $ */
     1/* $Id: conout.cpp,v 1.10 2001-03-13 18:45:32 sandervl Exp $ */
    22
    33/*
     
    5858#define  INCL_AVIO
    5959#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    60 #include <builtin.h>
    6160#include <stdlib.h>
    6261#include <string.h>
  • TabularUnified tags/trunk/src/kernel32/conprop.cpp

    r13382 r15869  
    1 /* $Id: conprop.cpp,v 1.10 2000-02-16 14:25:32 sandervl Exp $ */
     1/* $Id: conprop.cpp,v 1.11 2001-03-13 18:45:32 sandervl Exp $ */
    22
    33/*
     
    3333#define  INCL_AVIO
    3434#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    35 #include <builtin.h>
    3635
    3736#include <stdlib.h>
  • TabularUnified tags/trunk/src/kernel32/conprop2.cpp

    r13564 r15869  
    1 /* $Id: conprop2.cpp,v 1.6 2000-03-03 11:15:57 sandervl Exp $ */
     1/* $Id: conprop2.cpp,v 1.7 2001-03-13 18:45:33 sandervl Exp $ */
    22
    33/*
     
    3737#define  INCL_AVIO
    3838#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    39 #include <builtin.h>
    4039
    4140#include <win32type.h>
  • TabularUnified tags/trunk/src/kernel32/console.cpp

    r15633 r15869  
    1 /* $Id: console.cpp,v 1.25 2001-02-08 10:23:40 sandervl Exp $ */
     1/* $Id: console.cpp,v 1.26 2001-03-13 18:45:33 sandervl Exp $ */
    22
    33/*
     
    5353*   Header Files                                                               *
    5454*******************************************************************************/
    55 #include <builtin.h>
    5655#include <stdlib.h>
    5756#include <string.h>
  • TabularUnified tags/trunk/src/kernel32/exceptions.cpp

    r15691 r15869  
    1 /* $Id: exceptions.cpp,v 1.50 2001-02-14 10:36:45 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.51 2001-03-13 18:45:33 sandervl Exp $ */
    22
    33/* WARNING: Compiling this module with ICC with optimizations turned on   */
     
    6262#include <assert.h>
    6363#include <string.h>
    64 #include <builtin.h>
    6564#include "exceptions.h"
    6665#include "exceptutil.h"
  • TabularUnified tags/trunk/src/kernel32/initterm.cpp

    r15840 r15869  
    9090/* calling this function.                                                   */
    9191/****************************************************************************/
    92 unsigned long SYSTEM _DLL_InitTerm(unsigned long hModule, unsigned long
    93                                     ulFlag)
     92ULONG DLLENTRYPOINT_CCONV DLLENTRYPOINT_NAME(ULONG hModule, ULONG ulFlag)
    9493{
    9594    size_t i;
     
    116115            char *endofpath = strrchr(kernel32Path, '\\');
    117116            *(endofpath+1) = 0;
    118             dprintf(("kernel32 init %s %s", __DATE__, __TIME__));
     117            dprintf(("kernel32 init %s %s (%x)", __DATE__, __TIME__, DLLENTRYPOINT_NAME));
    119118            ctordtorInit();
    120119
  • TabularUnified tags/trunk/src/kernel32/ordinals.cpp

    r15434 r15869  
    1515#include <winnls.h>
    1616#include "unicode.h"
    17 #include <builtin.h>
    1817#include "handlemanager.h"
    1918#include <string.h>
  • TabularUnified tags/trunk/src/kernel32/os2heap.cpp

    r14041 r15869  
    1 /* $Id: os2heap.cpp,v 1.15 2000-04-30 16:31:47 sandervl Exp $ */
     1/* $Id: os2heap.cpp,v 1.16 2001-03-13 18:45:33 sandervl Exp $ */
    22
    33/*
     
    1818#define  INCL_DOSERRORS
    1919#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    20 #include <builtin.h>
    2120#include <stdlib.h>
    2221#include <string.h>
  • TabularUnified tags/trunk/src/kernel32/stubs.cpp

    r15154 r15869  
    1717#include <winnls.h>
    1818#include "unicode.h"
    19 #include <builtin.h>
    2019#include "handlemanager.h"
    2120#include <string.h>
  • TabularUnified tags/trunk/src/kernel32/thunk.cpp

    r13653 r15869  
    1 /* $Id: thunk.cpp,v 1.5 2000-03-10 16:12:01 sandervl Exp $ */
     1/* $Id: thunk.cpp,v 1.6 2001-03-13 18:45:34 sandervl Exp $ */
    22
    33/*
     
    1919#include <os2win.h>
    2020#include <string.h>
    21 #include <builtin.h>
    2221#include "thunk.h"
    2322
  • TabularUnified tags/trunk/src/kernel32/version.cpp

    r14954 r15869  
    1 /* $Id: version.cpp,v 1.2 2000-10-02 18:39:36 sandervl Exp $ */
     1/* $Id: version.cpp,v 1.3 2001-03-13 18:45:34 sandervl Exp $ */
    22
    33/*
     
    2929#include <heapstring.h>
    3030
    31 #include "misc.h"
    32 #include <builtin.h>
     31#include <misc.h>
    3332#include "heap.h"
    34 #include "handlemanager.h"
     33#include <handlemanager.h>
    3534#include "wprocess.h"
    3635#include "oslibdos.h"
  • TabularUnified tags/trunk/src/kernel32/winres.cpp

    r15142 r15869  
    1 /* $Id: winres.cpp,v 1.28 2000-11-09 18:18:11 sandervl Exp $ */
     1/* $Id: winres.cpp,v 1.29 2001-03-13 18:45:34 sandervl Exp $ */
    22
    33/*
     
    1818#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    1919#include <stdarg.h>
    20 #ifdef __IBMCPP__
    21 #include <builtin.h>
    22 #endif
    2320#include <stdio.h>
    2421#include <stdlib.h>
  • TabularUnified tags/trunk/src/kernel32/wprocess.cpp

    r15638 r15869  
    1 /* $Id: wprocess.cpp,v 1.113 2001-02-09 18:31:06 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.114 2001-03-13 18:45:35 sandervl Exp $ */
    22
    33/*
     
    3131#include <vmutex.h>
    3232#include <handlemanager.h>
    33 
    34 #ifdef __IBMCPP__
    35 #include <builtin.h>
    36 #endif
    3733
    3834#include "odin32validate.h"
Note: See TracChangeset for help on using the changeset viewer.