Changeset 1898 for trunk/src


Ignore:
Timestamp:
Nov 30, 1999, 9:20:31 PM (26 years ago)
Author:
sandervl
Message:

compilation fixes

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/exception.cpp

    r555 r1898  
    1 /* $Id: exception.cpp,v 1.1 1999-08-18 19:35:43 phaller Exp $ */
     1/* $Id: exception.cpp,v 1.2 1999-11-30 20:20:31 sandervl Exp $ */
    22
    33/*
     
    2626#include "winerror.h"
    2727#include "winreg.h"
    28 
    29 #include <win/except.h>
    3028
    3129/*
  • trunk/src/crtdll/crtdll.cpp

    r1884 r1898  
    1 /* $Id: crtdll.cpp,v 1.12 1999-11-30 14:16:44 sandervl Exp $ */
     1/* $Id: crtdll.cpp,v 1.13 1999-11-30 20:19:52 sandervl Exp $ */
    22
    33/*
     
    2424#include <ctype.h>
    2525#include <setjmp.h>
    26 #include <except.h>
    2726#include <debugtools.h>
    2827
     
    4948#include "crtinc.h"
    5049#include "ieee.h"
     50#include <ntddk.h>
    5151
    5252DEFAULT_DEBUG_CHANNEL(crtdll)
  • trunk/src/kernel32/KERNEL32.CPP

    r1893 r1898  
    1 /* $Id: KERNEL32.CPP,v 1.36 1999-11-30 19:40:26 sandervl Exp $ */
     1/* $Id: KERNEL32.CPP,v 1.37 1999-11-30 20:19:34 sandervl Exp $ */
    22
    33/*
     
    3131
    3232#include "misc.h"
    33 #include "except.h"
    3433#include <builtin.h>
    3534#include "heap.h"
  • trunk/src/kernel32/thread.cpp

    r1628 r1898  
    1 /* $Id: thread.cpp,v 1.17 1999-11-08 13:43:13 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.18 1999-11-30 20:19:34 sandervl Exp $ */
    22
    33/*
     
    2828#include <windllbase.h>
    2929#include <winexebase.h>
    30 #include <except.h>
    3130
    3231ODINDEBUGCHANNEL(KERNEL32-THREAD)
  • trunk/src/kernel32/wintls.cpp

    r1853 r1898  
    1 /* $Id: wintls.cpp,v 1.7 1999-11-27 00:05:40 sandervl Exp $ */
     1/* $Id: wintls.cpp,v 1.8 1999-11-30 20:19:34 sandervl Exp $ */
    22/*
    33 * Win32 TLS API functions
     
    1414#include <thread.h>
    1515#include <wprocess.h>
    16 #include <except.h>
    1716#include "exceptutil.h"
    1817
Note: See TracChangeset for help on using the changeset viewer.