Changeset 2802 for trunk/src/kernel32
- Timestamp:
- Feb 16, 2000, 3:25:43 PM (26 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 added
- 76 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/Fileio.cpp
r2345 r2802 1 /* $Id: Fileio.cpp,v 1.2 3 2000-01-06 20:07:09 sandervl Exp $ */1 /* $Id: Fileio.cpp,v 1.24 2000-02-16 14:25:29 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #include "handlemanager.h" 29 29 #include "oslibdos.h" 30 31 #define DBG_LOCALLOG DBG_fileio 32 #include "dbglocal.h" 30 33 31 34 ODINDEBUGCHANNEL(KERNEL32-FILEIO) -
trunk/src/kernel32/HMObjects.cpp
r278 r2802 1 /* $Id: HMObjects.cpp,v 1. 1 1999-07-06 15:48:45 phallerExp $ */1 /* $Id: HMObjects.cpp,v 1.2 2000-02-16 14:24:00 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include "HMObjects.h" 32 32 33 #define DBG_LOCALLOG DBG_hmobjects 34 #include "dbglocal.h" 33 35 34 36 /***************************************************************************** -
trunk/src/kernel32/HandleManager.cpp
r2329 r2802 1 /* $Id: HandleManager.cpp,v 1.3 4 2000-01-05 19:39:54sandervl Exp $ */1 /* $Id: HandleManager.cpp,v 1.35 2000-02-16 14:23:57 sandervl Exp $ */ 2 2 3 3 /* … … 58 58 #include "HMToken.h" 59 59 #include <winconst.h> 60 61 #define DBG_LOCALLOG DBG_handlemanager 62 #include "dbglocal.h" 60 63 61 64 /***************************************************************************** -
trunk/src/kernel32/KERNEL32.CPP
r2493 r2802 1 /* $Id: KERNEL32.CPP,v 1.4 1 2000-01-21 22:38:52sandervl Exp $ */1 /* $Id: KERNEL32.CPP,v 1.42 2000-02-16 14:25:29 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 #include "wprocess.h" 37 37 #include <versionos2.h> 38 39 #define DBG_LOCALLOG DBG_kernel32 40 #include "dbglocal.h" 38 41 39 42 /***************************************************************************** -
trunk/src/kernel32/async.cpp
r120 r2802 1 /* $Id: async.cpp,v 1. 6 1999-06-19 10:54:39sandervl Exp $ */1 /* $Id: async.cpp,v 1.7 2000-02-16 14:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 49 49 #include "conwin.h" // Windows Header for console only 50 50 #include "handlemanager.h" 51 52 #define DBG_LOCALLOG DBG_async 53 #include "dbglocal.h" 51 54 52 55 -
trunk/src/kernel32/atom.cpp
r1605 r2802 1 /* $Id: atom.cpp,v 1. 6 1999-11-05 09:16:57sandervl Exp $ */1 /* $Id: atom.cpp,v 1.7 2000-02-16 14:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 #include <os2win.h> 13 13 #include "unicode.h" 14 15 #define DBG_LOCALLOG DBG_atom 16 #include "dbglocal.h" 14 17 15 18 //****************************************************************************** -
trunk/src/kernel32/codepage.cpp
r2485 r2802 15 15 #include "profile.h" 16 16 #include "codepage.h" 17 18 #define DBG_LOCALLOG DBG_codepage 19 #include "dbglocal.h" 17 20 18 21 static UconvObject DisplayUconv = NULL; -
trunk/src/kernel32/comm.cpp
r1858 r2802 1 /* $Id: comm.cpp,v 1. 3 1999-11-27 12:48:25 achimhaExp $ */1 /* $Id: comm.cpp,v 1.4 2000-02-16 14:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #include "handlemanager.h" 18 18 19 #define DBG_LOCALLOG DBG_comm 20 #include "dbglocal.h" 19 21 20 22 //------------------------------------------------------------------------------ -
trunk/src/kernel32/conbuffer.cpp
r2050 r2802 1 /* $Id: conbuffer.cpp,v 1. 8 1999-12-09 19:08:23sandervl Exp $ */1 /* $Id: conbuffer.cpp,v 1.9 2000-02-16 14:25:30 sandervl Exp $ */ 2 2 3 3 /* … … 75 75 #include <heapstring.h> 76 76 77 #define DBG_LOCALLOG DBG_conbuffer 78 #include "dbglocal.h" 77 79 78 80 /*********************************** -
trunk/src/kernel32/conin.cpp
r2050 r2802 1 /* $Id: conin.cpp,v 1. 7 1999-12-09 19:08:25sandervl Exp $ */1 /* $Id: conin.cpp,v 1.8 2000-02-16 14:25:31 sandervl Exp $ */ 2 2 3 3 /* … … 44 44 #include <heapstring.h> 45 45 46 #define DBG_LOCALLOG DBG_conin 47 #include "dbglocal.h" 46 48 47 49 /*********************************** -
trunk/src/kernel32/conout.cpp
r2050 r2802 1 /* $Id: conout.cpp,v 1. 5 1999-12-09 19:08:26sandervl Exp $ */1 /* $Id: conout.cpp,v 1.6 2000-02-16 14:25:32 sandervl Exp $ */ 2 2 3 3 /* … … 73 73 #include "conprop.h" 74 74 #include "unicode.h" 75 76 #define DBG_LOCALLOG DBG_conout 77 #include "dbglocal.h" 75 78 76 79 -
trunk/src/kernel32/conprop.cpp
r1476 r2802 1 /* $Id: conprop.cpp,v 1. 9 1999-10-27 12:38:45 phallerExp $ */1 /* $Id: conprop.cpp,v 1.10 2000-02-16 14:25:32 sandervl Exp $ */ 2 2 3 3 /* … … 48 48 #include "console2.h" 49 49 #include "conprop.h" 50 51 #define DBG_LOCALLOG DBG_conprop 52 #include "dbglocal.h" 50 53 51 54 -
trunk/src/kernel32/conprop2.cpp
r1478 r2802 1 /* $Id: conprop2.cpp,v 1. 3 1999-10-27 13:16:28 phallerExp $ */1 /* $Id: conprop2.cpp,v 1.4 2000-02-16 14:25:33 sandervl Exp $ */ 2 2 3 3 /* … … 46 46 #include "console2.h" 47 47 #include "conprop.h" 48 49 #define DBG_LOCALLOG DBG_conprop2 50 #include "dbglocal.h" 48 51 49 52 -
trunk/src/kernel32/console.cpp
r1485 r2802 1 /* $Id: console.cpp,v 1.1 7 1999-10-27 19:47:39 phallerExp $ */1 /* $Id: console.cpp,v 1.18 2000-02-16 14:25:34 sandervl Exp $ */ 2 2 3 3 /* … … 83 83 #include "conprop.h" 84 84 #include "unicode.h" 85 86 #define DBG_LOCALLOG DBG_console 87 #include "dbglocal.h" 85 88 86 89 -
trunk/src/kernel32/cpu.cpp
r2613 r2802 1 /* $Id: cpu.cpp,v 1. 5 2000-02-03 18:56:39sandervl Exp $ */1 /* $Id: cpu.cpp,v 1.6 2000-02-16 14:25:36 sandervl Exp $ */ 2 2 /* 3 3 * Odin win32 CPU apis … … 23 23 #include "initsystem.h" 24 24 25 #define DBG_LOCALLOG DBG_cpu 26 #include "dbglocal.h" 27 25 28 DEFAULT_DEBUG_CHANNEL(CPU) 26 29 -
trunk/src/kernel32/critsection.cpp
r2348 r2802 1 /* $Id: critsection.cpp,v 1. 3 2000-01-06 20:24:25sandervl Exp $ */1 /* $Id: critsection.cpp,v 1.4 2000-02-16 14:25:36 sandervl Exp $ */ 2 2 /* 3 3 * Win32 critical sections … … 18 18 #include <odinwrap.h> 19 19 20 #define DBG_LOCALLOG DBG_critsection 21 #include "dbglocal.h" 22 20 23 DECLARE_DEBUG_CHANNEL(relay) 21 24 -
trunk/src/kernel32/cvtaccel.cpp
r1182 r2802 1 /* $Id: cvtaccel.cpp,v 1. 2 1999-10-08 09:52:34sandervl Exp $ */1 /* $Id: cvtaccel.cpp,v 1.3 2000-02-16 14:25:36 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #include <misc.h> 28 28 #include "console.h" 29 30 #define DBG_LOCALLOG DBG_cvtaccel 31 #include "dbglocal.h" 29 32 30 33 //****************************************************************************** -
trunk/src/kernel32/cvtbitmap.cpp
r816 r2802 1 /* $Id: cvtbitmap.cpp,v 1. 2 1999-09-04 12:41:45sandervl Exp $ */1 /* $Id: cvtbitmap.cpp,v 1.3 2000-02-16 14:25:36 sandervl Exp $ */ 2 2 3 3 /* … … 29 29 #include "cvtresource.h" 30 30 31 #define DBG_LOCALLOG DBG_cvtbitmap 32 #include "dbglocal.h" 33 31 34 #define __StackToFlat(a) a 32 35 #define ltassert(a) -
trunk/src/kernel32/cvtcursor.cpp
r2245 r2802 1 /* $Id: cvtcursor.cpp,v 1. 9 1999-12-29 12:39:09sandervl Exp $ */1 /* $Id: cvtcursor.cpp,v 1.10 2000-02-16 14:25:37 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #include <wincursor.h> 28 28 #include <misc.h> 29 30 #define DBG_LOCALLOG DBG_cvtcursor 31 #include "dbglocal.h" 29 32 30 33 //****************************************************************************** -
trunk/src/kernel32/cvtcursorgrp.cpp
r2245 r2802 1 /* $Id: cvtcursorgrp.cpp,v 1. 7 1999-12-29 12:39:09sandervl Exp $ */1 /* $Id: cvtcursorgrp.cpp,v 1.8 2000-02-16 14:25:37 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #include <misc.h> 28 28 #include "cvtresource.h" 29 30 #define DBG_LOCALLOG DBG_cvtcursorgrp 31 #include "dbglocal.h" 29 32 30 33 HRSRC WIN32API FindResourceA(HINSTANCE hModule, LPCSTR lpszName, LPCSTR lpszType); -
trunk/src/kernel32/cvticon.cpp
r2245 r2802 1 /* $Id: cvticon.cpp,v 1. 7 1999-12-29 12:39:09sandervl Exp $ */1 /* $Id: cvticon.cpp,v 1.8 2000-02-16 14:25:37 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include <winicon.h> 26 26 #include <misc.h> 27 28 #define DBG_LOCALLOG DBG_cvticon 29 #include "dbglocal.h" 27 30 28 31 //****************************************************************************** -
trunk/src/kernel32/cvticongrp.cpp
r2245 r2802 1 /* $Id: cvticongrp.cpp,v 1. 5 1999-12-29 12:39:09sandervl Exp $ */1 /* $Id: cvticongrp.cpp,v 1.6 2000-02-16 14:25:37 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #include <misc.h> 28 28 #include "cvtresource.h" 29 30 #define DBG_LOCALLOG DBG_cvticongrp 31 #include "dbglocal.h" 29 32 30 33 HRSRC WIN32API FindResourceA(HINSTANCE hModule, LPCSTR lpszName, LPCSTR lpszType); -
trunk/src/kernel32/debug.cpp
r2280 r2802 1 /* $Id: debug.cpp,v 1. 1 1999-12-31 10:47:11sandervl Exp $ */1 /* $Id: debug.cpp,v 1.2 2000-02-16 14:25:38 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #include <misc.h> 17 17 #include "oslibdebug.h" 18 19 #define DBG_LOCALLOG DBG_debug 20 #include "dbglocal.h" 18 21 19 22 /***************************************************************************** -
trunk/src/kernel32/directory.cpp
r2232 r2802 1 /* $Id: directory.cpp,v 1.1 4 1999-12-28 22:08:56sandervl Exp $ */1 /* $Id: directory.cpp,v 1.15 2000-02-16 14:25:38 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include "oslibdos.h" 34 34 #include "profile.h" 35 36 #define DBG_LOCALLOG DBG_directory 37 #include "dbglocal.h" 35 38 36 39 ODINDEBUGCHANNEL(KERNEL32-DIRECTORY) -
trunk/src/kernel32/disk.cpp
r2361 r2802 1 /* $Id: disk.cpp,v 1. 8 2000-01-08 04:48:10 phallerExp $ */1 /* $Id: disk.cpp,v 1.9 2000-02-16 14:25:39 sandervl Exp $ */ 2 2 3 3 /* … … 20 20 #include <string.h> 21 21 #include "unicode.h" 22 23 #define DBG_LOCALLOG DBG_disk 24 #include "dbglocal.h" 22 25 23 26 -
trunk/src/kernel32/environ.cpp
r2042 r2802 1 /* $Id: environ.cpp,v 1. 1 1999-12-09 11:01:09 sandervl Exp $ */1 /* $Id: environ.cpp,v 1.2 2000-02-16 14:25:39 sandervl Exp $ */ 2 2 3 3 /* … … 29 29 30 30 #include <misc.h> 31 32 #define DBG_LOCALLOG DBG_environ 33 #include "dbglocal.h" 31 34 32 35 //****************************************************************************** -
trunk/src/kernel32/exceptions.cpp
r2559 r2802 1 /* $Id: exceptions.cpp,v 1.3 3 2000-01-29 14:22:56sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.34 2000-02-16 14:25:39 sandervl Exp $ */ 2 2 3 3 /* … … 65 65 #include <wprocess.h> 66 66 #include "oslibexcept.h" 67 68 #define DBG_LOCALLOG DBG_exceptions 69 #include "dbglocal.h" 67 70 68 71 //Global Process Unhandled exception filter … … 862 865 if (pCtxRec->ContextFlags & CONTEXT_CONTROL) /* check flags */ 863 866 dprintf((" SS:ESP=%04x:%08x EFLAGS=%08x\n" 864 " CS:EIP=%04x:%08x EBP =%08x\n",867 " CS:EIP=%04x:%08x EBP =%08x\n", 865 868 pCtxRec->ctx_SegSs, 866 869 pCtxRec->ctx_RegEsp, … … 872 875 if (pCtxRec->ContextFlags & CONTEXT_INTEGER) /* check flags */ 873 876 dprintf((" EAX=%08x EBX=%08x ESI=%08x\n" 874 " ECX=%08x EDX=%08x EDI=%08x\n",877 " ECX=%08x EDX=%08x EDI=%08x\n", 875 878 pCtxRec->ctx_RegEax, 876 879 pCtxRec->ctx_RegEbx, … … 882 885 if (pCtxRec->ContextFlags & CONTEXT_SEGMENTS) /* check flags */ 883 886 dprintf((" DS=%04x ES=%08x" 884 " FS=%04x GS=%04x\n",887 " FS=%04x GS=%04x\n", 885 888 pCtxRec->ctx_SegDs, 886 889 pCtxRec->ctx_SegEs, -
trunk/src/kernel32/exceptutil.asm
r2141 r2802 1 ; $Id: exceptutil.asm,v 1. 4 1999-12-19 17:49:38sandervl Exp $1 ; $Id: exceptutil.asm,v 1.5 2000-02-16 14:25:40 sandervl Exp $ 2 2 3 3 ;/* … … 133 133 _SetExceptionChain endp 134 134 135 PUBLIC DisableFPUExceptions136 DisableFPUExceptions proc near137 push eax138 push 67Fh139 fldcw word ptr [esp]140 pop eax141 pop eax142 ret143 DisableFPUExceptions endp144 145 PUBLIC GetDllEntryPoint146 147 GetDllEntryPoint proc near148 mov eax, [ebp + 4] ; return address in win32 dll149 ret150 GetDllEntryPoint endp151 152 135 PUBLIC getEAX 153 136 PUBLIC getEBX -
trunk/src/kernel32/exceptutil.h
r2141 r2802 1 /* $Id: exceptutil.h,v 1. 5 1999-12-19 17:49:38sandervl Exp $ */1 /* $Id: exceptutil.h,v 1.6 2000-02-16 14:25:40 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 extern "C" PVOID QueryExceptionChain(); 23 23 24 void DisableFPUExceptions();25 ULONG GetDllEntryPoint();26 27 24 void OS2SetExceptionHandler(void *exceptframe); 28 25 void OS2UnsetExceptionHandler(void *exceptframe); -
trunk/src/kernel32/heap.cpp
r2554 r2802 1 /* $Id: heap.cpp,v 1.1 8 2000-01-29 10:42:38sandervl Exp $ */1 /* $Id: heap.cpp,v 1.19 2000-02-16 14:23:57 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 #include <odinwrap.h> 20 20 21 #define DBG_LOCALLOG DBG_heap 22 #include "dbglocal.h" 23 21 24 static HANDLE processheap = NULL; 22 25 OS2Heap *OS2ProcessHeap = NULL; -
trunk/src/kernel32/heapcode.cpp
r2032 r2802 1 /* $Id: heapcode.cpp,v 1. 1 1999-12-09 00:52:20sandervl Exp $ */1 /* $Id: heapcode.cpp,v 1.2 2000-02-16 14:23:57 sandervl Exp $ */ 2 2 /* 3 3 * Code heap functions for OS/2 … … 18 18 #include <misc.h> 19 19 #include <heapcode.h> 20 21 #define DBG_LOCALLOG DBG_heapcode 22 #include "dbglocal.h" 20 23 21 24 static Heap_t codeHeap = 0; -
trunk/src/kernel32/heapshared.cpp
r2475 r2802 1 /* $Id: heapshared.cpp,v 1. 3 2000-01-18 20:46:40sandervl Exp $ */1 /* $Id: heapshared.cpp,v 1.4 2000-02-16 14:23:58 sandervl Exp $ */ 2 2 /* 3 3 * Shared heap functions for OS/2 … … 20 20 #include <misc.h> 21 21 #include <heapshared.h> 22 23 #define DBG_LOCALLOG DBG_heapshared 24 #include "dbglocal.h" 22 25 23 26 //Global DLL Data -
trunk/src/kernel32/heapstring.cpp
r2485 r2802 1 /* $Id: heapstring.cpp,v 1.2 5 2000-01-20 21:40:26sandervl Exp $ */1 /* $Id: heapstring.cpp,v 1.26 2000-02-16 14:23:58 sandervl Exp $ */ 2 2 3 3 /* … … 29 29 #include "codepage.h" 30 30 31 #define DBG_LOCALLOG DBG_heapstring 32 #include "dbglocal.h" 33 31 34 /***************************************************************************** 32 35 * Defines * -
trunk/src/kernel32/hmcomm.cpp
r1858 r2802 1 /* $Id: hmcomm.cpp,v 1. 3 1999-11-27 12:48:26 achimhaExp $ */1 /* $Id: hmcomm.cpp,v 1.4 2000-02-16 14:23:58 sandervl Exp $ */ 2 2 3 3 /* … … 18 18 #include "oslibdos.h" 19 19 20 #define DBG_LOCALLOG DBG_hmcomm 21 #include "dbglocal.h" 22 20 23 21 24 HMDeviceCommClass::HMDeviceCommClass(LPCSTR lpDeviceName) : HMDeviceHandler(lpDeviceName) … … 26 29 HMDeviceRegister("COM3", this); 27 30 HMDeviceRegister("COM4", this); 28 31 HMDeviceRegister("COM5", this); 32 HMDeviceRegister("COM6", this); 33 HMDeviceRegister("COM7", this); 34 HMDeviceRegister("COM8", this); 29 35 } 30 36 … … 41 47 42 48 //AH: TODO parse Win32 security handles 49 OSLibDosDisableHardError(TRUE); 43 50 pHMHandleData->hHMHandle = OSLibDosOpen((char*)lpFileName, 44 51 OSLIB_ACCESS_READWRITE | 45 52 OSLIB_ACCESS_SHAREDENYREAD | 46 53 OSLIB_ACCESS_SHAREDENYWRITE); 54 OSLibDosDisableHardError(FALSE); 47 55 if (pHMHandleData->hHMHandle != 0) 48 56 return 0; -
trunk/src/kernel32/hmdevice.cpp
r2329 r2802 1 /* $Id: hmdevice.cpp,v 1.1 5 2000-01-05 19:39:55sandervl Exp $ */1 /* $Id: hmdevice.cpp,v 1.16 2000-02-16 14:23:58 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include "HandleManager.h" 24 24 #include "HMDevice.h" 25 26 #define DBG_LOCALLOG DBG_hmdevice 27 #include "dbglocal.h" 25 28 26 29 -
trunk/src/kernel32/hmdevio.cpp
r1713 r2802 1 /* $Id: hmdevio.cpp,v 1. 1 1999-11-12 14:57:14sandervl Exp $ */1 /* $Id: hmdevio.cpp,v 1.2 2000-02-16 14:23:59 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #include "exceptutil.h" 29 29 30 #define DBG_LOCALLOG DBG_hmdevio 31 #include "dbglocal.h" 32 30 33 static fX86Init = FALSE; 31 34 //SvL: Used in iccio.asm (how can you put these in the .asm data segment without messing things up?) … … 297 300 lpFrequency->u.LowPart = freq; 298 301 lpFrequency->u.HighPart = 0; 299 dprintf (("OS2QueryPerformanceFrequency returned 0x%X%X\n", lpFrequency->u.HighPart, lpFrequency->u.LowPart));300 return(TRUE); 301 } 302 //****************************************************************************** 303 //****************************************************************************** 302 dprintf2(("QueryPerformanceFrequency returned 0x%X%X\n", lpFrequency->u.HighPart, lpFrequency->u.LowPart)); 303 return(TRUE); 304 } 305 //****************************************************************************** 306 //****************************************************************************** -
trunk/src/kernel32/hmevent.cpp
r1461 r2802 1 /* $Id: hmevent.cpp,v 1. 2 1999-10-26 22:35:24 phallerExp $ */1 /* $Id: hmevent.cpp,v 1.3 2000-02-16 14:23:59 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include "HMEvent.h" 32 32 33 #define DBG_LOCALLOG DBG_hmevent 34 #include "dbglocal.h" 33 35 34 36 /***************************************************************************** -
trunk/src/kernel32/hmmmap.cpp
r2053 r2802 1 /* $Id: hmmmap.cpp,v 1. 9 1999-12-10 14:06:11sandervl Exp $ */1 /* $Id: hmmmap.cpp,v 1.10 2000-02-16 14:23:59 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #include "mmap.h" 33 33 #include "heapshared.h" 34 35 #define DBG_LOCALLOG DBG_hmmmap 36 #include "dbglocal.h" 34 37 35 38 /***************************************************************************** -
trunk/src/kernel32/hmmutex.cpp
r1461 r2802 1 /* $Id: hmmutex.cpp,v 1. 2 1999-10-26 22:35:25 phallerExp $ */1 /* $Id: hmmutex.cpp,v 1.3 2000-02-16 14:24:00 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include "HMMutex.h" 32 32 33 #define DBG_LOCALLOG DBG_hmmutex 34 #include "dbglocal.h" 33 35 34 36 /***************************************************************************** -
trunk/src/kernel32/hmopen32.cpp
r2762 r2802 1 /* $Id: hmopen32.cpp,v 1.1 6 2000-02-12 10:43:50 sandervl Exp $ */1 /* $Id: hmopen32.cpp,v 1.17 2000-02-16 14:24:00 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include "HMOpen32.h" 31 31 #include "mmap.h" 32 33 #define DBG_LOCALLOG DBG_hmopen32 34 #include "dbglocal.h" 32 35 33 36 /***************************************************************************** -
trunk/src/kernel32/hmsemaphore.cpp
r1461 r2802 1 /* $Id: hmsemaphore.cpp,v 1. 2 1999-10-26 22:35:25 phallerExp $ */1 /* $Id: hmsemaphore.cpp,v 1.3 2000-02-16 14:24:00 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include "HandleManager.H" 31 31 #include "HMSemaphore.h" 32 33 #define DBG_LOCALLOG DBG_hmsemaphore 34 #include "dbglocal.h" 32 35 33 36 -
trunk/src/kernel32/hmtoken.cpp
r2329 r2802 1 /* $Id: hmtoken.cpp,v 1. 2 2000-01-05 19:39:56sandervl Exp $ */1 /* $Id: hmtoken.cpp,v 1.3 2000-02-16 14:24:00 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include <wprocess.h> 35 35 36 #define DBG_LOCALLOG DBG_hmtoken 37 #include "dbglocal.h" 36 38 37 39 /***************************************************************************** -
trunk/src/kernel32/initsystem.cpp
r2232 r2802 1 /* $Id: initsystem.cpp,v 1. 3 1999-12-28 22:08:57sandervl Exp $ */1 /* $Id: initsystem.cpp,v 1.4 2000-02-16 14:25:40 sandervl Exp $ */ 2 2 /* 3 3 * Odin system initialization (registry & directories) … … 20 20 #include "directory.h" 21 21 #include <versionos2.h> 22 23 #define DBG_LOCALLOG DBG_initsystem 24 #include "dbglocal.h" 22 25 23 26 static HINSTANCE hInstance = 0; -
trunk/src/kernel32/initterm.cpp
r2649 r2802 1 /* $Id: initterm.cpp,v 1.3 4 2000-02-05 02:01:04sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.35 2000-02-16 14:25:40 sandervl Exp $ */ 2 2 3 3 /* … … 49 49 #include "initsystem.h" 50 50 #include <exitlist.h> 51 #define DBG_LOCALLOG DBG_initterm 52 #include "dbglocal.h" 51 53 52 54 /*-------------------------------------------------------------------*/ … … 103 105 case 0 : 104 106 { 107 ParseLogStatus(); 108 105 109 loadNr = globLoadNr++; 106 110 -
trunk/src/kernel32/kobjects.cpp
r1641 r2802 1 /* $Id: kobjects.cpp,v 1. 8 1999-11-08 20:53:24sandervl Exp $ */1 /* $Id: kobjects.cpp,v 1.9 2000-02-16 14:25:41 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 #include "misc.h" 23 23 #include "handlemanager.h" 24 25 #define DBG_LOCALLOG DBG_kobjects 26 #include "dbglocal.h" 24 27 25 28 -
trunk/src/kernel32/lang.cpp
r1708 r2802 19 19 #include <winos2def.h> 20 20 #include "unicode.h" 21 22 #define DBG_LOCALLOG DBG_lang 23 #include "dbglocal.h" 21 24 22 25 ODINDEBUGCHANNEL(KERNEL32-LANG) -
trunk/src/kernel32/lfile.cpp
r1403 r2802 1 /* $Id: lfile.cpp,v 1. 5 1999-10-22 18:07:21 sandervl Exp $ */1 /* $Id: lfile.cpp,v 1.6 2000-02-16 14:25:41 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 25 25 #include <os2win.h> 26 27 #define DBG_LOCALLOG DBG_lfile 28 #include "dbglocal.h" 26 29 27 30 -
trunk/src/kernel32/makefile
r2712 r2802 1 # $Id: makefile,v 1.8 3 2000-02-09 23:46:57 birdExp $1 # $Id: makefile,v 1.84 2000-02-16 14:25:41 sandervl Exp $ 2 2 3 3 # … … 16 16 17 17 18 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) /Tm+19 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) /Tm+18 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) 19 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 20 20 21 21 !ifdef NODEBUGINFO … … 48 48 cvtaccel.obj cvticon.obj cvticongrp.obj oslibexcept.obj cpu.obj process.obj \ 49 49 cvtcursor.obj cvtcursorgrp.obj stubs.obj interlock.obj toolhelp.obj codepage.obj \ 50 debug.obj oslibdebug.obj 50 debug.obj oslibdebug.obj dbglocal.obj 51 51 52 52 -
trunk/src/kernel32/map.cpp
r120 r2802 1 /* $Id: map.cpp,v 1. 3 1999-06-19 10:54:41sandervl Exp $ */1 /* $Id: map.cpp,v 1.4 2000-02-16 14:25:42 sandervl Exp $ */ 2 2 3 3 /* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) … … 14 14 #include "map.h" 15 15 #include "mapos2.h" 16 17 #define DBG_LOCALLOG DBG_map 18 #include "dbglocal.h" 16 19 17 20 int mpioctl(HFILE fd, int func,struct map_ioctl* data) -
trunk/src/kernel32/message.cpp
r2147 r2802 1 /* $Id: message.cpp,v 1. 9 1999-12-19 20:17:17sandervl Exp $ */1 /* $Id: message.cpp,v 1.10 2000-02-16 14:25:42 sandervl Exp $ */ 2 2 3 3 /* … … 26 26 #include "heapstring.h" 27 27 28 #define DBG_LOCALLOG DBG_message 29 #include "dbglocal.h" 30 28 31 typedef VOID (* WIN32API WVSPRINTFAPROC)(LPSTR,LPCSTR,va_list); 29 32 WVSPRINTFAPROC wvsprintfAProc = NULL; -
trunk/src/kernel32/mmap.cpp
r2658 r2802 1 /* $Id: mmap.cpp,v 1.3 2 2000-02-05 14:09:31sandervl Exp $ */1 /* $Id: mmap.cpp,v 1.33 2000-02-16 14:25:42 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #include <winimagepeldr.h> 33 33 34 #define DBG_LOCALLOG DBG_mmap 35 #include "dbglocal.h" 36 34 37 //Global DLL Data 35 38 #pragma data_seg(_GLOBALDATA) -
trunk/src/kernel32/network.cpp
r1081 r2802 5 5 * 1999 Przemyslaw Dobrowolski 6 6 * 7 * Project Odin Software License can be found in LICENSE.TXT 7 8 */ 8 9 #define INCL_DOSEXCEPTIONS … … 14 15 #include "misc.h" 15 16 #include "unicode.h" 17 18 #define DBG_LOCALLOG DBG_network 19 #include "dbglocal.h" 16 20 17 21 //****************************************************************************** -
trunk/src/kernel32/pefile.cpp
r1811 r2802 1 /* $Id: pefile.cpp,v 1. 6 1999-11-22 20:35:51 sandervl Exp $ */1 /* $Id: pefile.cpp,v 1.7 2000-02-16 14:23:11 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #include <misc.h> 17 17 #include <winres.h> 18 19 #define DBG_LOCALLOG DBG_pefile 20 #include "dbglocal.h" 18 21 19 22 //****************************************************************************** -
trunk/src/kernel32/process.cpp
r1927 r2802 1 /* $Id: process.cpp,v 1. 4 1999-12-01 19:46:49sandervl Exp $ */1 /* $Id: process.cpp,v 1.5 2000-02-16 14:23:11 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 #include <winimagebase.h> 31 31 #include "oslibdos.h" 32 33 #define DBG_LOCALLOG DBG_process 34 #include "dbglocal.h" 32 35 33 36 #define SHUTDOWN_NORETRY 1 … … 68 71 BOOL WIN32API GetExitCodeProcess(HANDLE arg1, LPDWORD arg2) 69 72 { 70 dprintf(("KERNEL32: GetExitCodeProcess\n")); 71 return O32_GetExitCodeProcess(arg1, arg2); 73 BOOL rc; 74 75 rc = O32_GetExitCodeProcess(arg1, arg2); 76 dprintf(("KERNEL32: GetExitCodeProcess returned %d (%x)", rc, (arg2) ? *arg2 : 0)); 77 return rc; 72 78 } 73 79 //****************************************************************************** -
trunk/src/kernel32/profile.cpp
r1811 r2802 1 /* $Id: profile.cpp,v 1.2 1 1999-11-22 20:35:51sandervl Exp $ */1 /* $Id: profile.cpp,v 1.22 2000-02-16 14:23:12 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 31 31 #include "profile.h" 32 33 #define DBG_LOCALLOG DBG_profile 34 #include "dbglocal.h" 32 35 33 36 ODINDEBUGCHANNEL(PROFILE) -
trunk/src/kernel32/thread.cpp
r2329 r2802 1 /* $Id: thread.cpp,v 1.2 2 2000-01-05 19:39:56sandervl Exp $ */1 /* $Id: thread.cpp,v 1.23 2000-02-16 14:23:12 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #include "oslibmisc.h" 33 33 34 #define DBG_LOCALLOG DBG_thread 35 #include "dbglocal.h" 36 34 37 ODINDEBUGCHANNEL(KERNEL32-THREAD) 35 38 -
trunk/src/kernel32/thunk.cpp
r2678 r2802 1 /* $Id: thunk.cpp,v 1. 3 2000-02-07 22:36:16sandervl Exp $ */1 /* $Id: thunk.cpp,v 1.4 2000-02-16 14:23:12 sandervl Exp $ */ 2 2 3 3 /* … … 21 21 #include <builtin.h> 22 22 #include "thunk.h" 23 24 #define DBG_LOCALLOG DBG_thunk 25 #include "dbglocal.h" 23 26 24 27 //****************************************************************************** -
trunk/src/kernel32/time.cpp
r1621 r2802 1 /* $Id: time.cpp,v 1. 6 1999-11-05 17:42:12 achimhaExp $ */1 /* $Id: time.cpp,v 1.7 2000-02-16 14:23:12 sandervl Exp $ */ 2 2 3 3 /* … … 21 21 #include <stdio.h> 22 22 #include "unicode.h" 23 24 #define DBG_LOCALLOG DBG_time 25 #include "dbglocal.h" 23 26 24 27 #define lstrcpynAtoW(unicode,ascii,asciilen) AsciiToUnicodeN(ascii,unicode,asciilen); -
trunk/src/kernel32/toolhelp.cpp
r862 r2802 1 /* $Id: toolhelp.cpp,v 1. 1 1999-09-07 20:28:08 phallerExp $ */1 /* $Id: toolhelp.cpp,v 1.2 2000-02-16 14:23:12 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include "toolhelp.h" 26 26 27 #define DBG_LOCALLOG DBG_toolhelp 28 #include "dbglocal.h" 27 29 28 30 ODINDEBUGCHANNEL(KERNEL32-TOOLHELP) -
trunk/src/kernel32/virtual.cpp
r2525 r2802 1 /* $Id: virtual.cpp,v 1.2 7 2000-01-26 23:19:06 sandervl Exp $ */1 /* $Id: virtual.cpp,v 1.28 2000-02-16 14:22:46 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #include "oslibdos.h" 29 29 30 #define DBG_LOCALLOG DBG_virtual 31 #include "dbglocal.h" 30 32 31 33 ODINDEBUGCHANNEL(KERNEL32-VIRTUAL) -
trunk/src/kernel32/vmutex.cpp
r1432 r2802 1 /* $Id: vmutex.cpp,v 1. 7 1999-10-24 22:51:22sandervl Exp $ */1 /* $Id: vmutex.cpp,v 1.8 2000-02-16 14:22:47 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 #include <win32type.h> 16 16 #include <misc.h> 17 18 #define DBG_LOCALLOG DBG_vmutex 19 #include "dbglocal.h" 17 20 18 21 /******************************************************************************/ -
trunk/src/kernel32/win32util.cpp
r99 r2802 1 /* $Id: win32util.cpp,v 1. 2 1999-06-10 19:09:04 phallerExp $ */1 /* $Id: win32util.cpp,v 1.3 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 #include <os2win.h> 13 13 14 #define DBG_LOCALLOG DBG_win32util 15 #include "dbglocal.h" 16 14 17 //****************************************************************************** 15 18 //****************************************************************************** -
trunk/src/kernel32/windllbase.cpp
r2329 r2802 1 /* $Id: windllbase.cpp,v 1. 8 2000-01-05 19:39:57sandervl Exp $ */1 /* $Id: windllbase.cpp,v 1.9 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 #include "profile.h" 39 39 40 #define DBG_LOCALLOG DBG_windllbase 41 #include "dbglocal.h" 42 40 43 VMutex dlllistmutex; //protects linked lists of heaps 41 44 -
trunk/src/kernel32/windlllx.cpp
r2792 r2802 1 /* $Id: windlllx.cpp,v 1. 7 2000-02-15 14:37:43sandervl Exp $ */1 /* $Id: windlllx.cpp,v 1.8 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include <odinlx.h> 35 35 #include "oslibmisc.h" 36 37 #define DBG_LOCALLOG DBG_windlllx 38 #include "dbglocal.h" 36 39 37 40 //****************************************************************************** -
trunk/src/kernel32/windllpe2lx.cpp
r2580 r2802 1 /* $Id: windllpe2lx.cpp,v 1. 5 2000-01-31 09:40:07 birdExp $ */1 /* $Id: windllpe2lx.cpp,v 1.6 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include "conwin.h" // Windows Header for console only 35 35 #include "console.h" 36 37 #define DBG_LOCALLOG DBG_windllpe2lx 38 #include "dbglocal.h" 36 39 37 40 -
trunk/src/kernel32/winexebase.cpp
r2345 r2802 1 /* $Id: winexebase.cpp,v 1. 4 2000-01-06 20:07:10sandervl Exp $ */1 /* $Id: winexebase.cpp,v 1.5 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include "conwin.h" // Windows Header for console only 34 34 #include "console.h" 35 36 #define DBG_LOCALLOG DBG_winexebase 37 #include "dbglocal.h" 35 38 36 39 BOOL fExeStarted = FALSE; -
trunk/src/kernel32/winexelx.cpp
r2345 r2802 1 /* $Id: winexelx.cpp,v 1. 4 2000-01-06 20:07:10sandervl Exp $ */1 /* $Id: winexelx.cpp,v 1.5 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #include "exceptutil.h" 32 32 #include "cio.h" 33 34 #define DBG_LOCALLOG DBG_winexelx 35 #include "dbglocal.h" 33 36 34 37 //****************************************************************************** -
trunk/src/kernel32/winexepe2lx.cpp
r1325 r2802 1 /* $Id: winexepe2lx.cpp,v 1. 3 1999-10-17 01:49:09 birdExp $ */1 /* $Id: winexepe2lx.cpp,v 1.4 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #include "conwin.h" // Windows Header for console only 33 33 #include "console.h" 34 35 #define DBG_LOCALLOG DBG_winexepe2lx 36 #include "dbglocal.h" 34 37 35 38 -
trunk/src/kernel32/winexepeldr.cpp
r2077 r2802 1 /* $Id: winexepeldr.cpp,v 1. 6 1999-12-14 19:14:28sandervl Exp $ */1 /* $Id: winexepeldr.cpp,v 1.7 2000-02-16 14:22:11 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 #include "cio.h" 36 36 #include "oslibmisc.h" 37 38 #define DBG_LOCALLOG DBG_winexepeldr 39 #include "dbglocal.h" 37 40 38 41 extern char szErrorTitle[]; -
trunk/src/kernel32/winfakepeldr.cpp
r1844 r2802 1 /* $Id: winfakepeldr.cpp,v 1. 3 1999-11-26 00:05:19sandervl Exp $ */1 /* $Id: winfakepeldr.cpp,v 1.4 2000-02-16 14:22:12 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #include <win32type.h> 29 29 #include <winfakepeldr.h> 30 31 #define DBG_LOCALLOG DBG_winfakepeldr 32 #include "dbglocal.h" 30 33 31 34 //****************************************************************************** -
trunk/src/kernel32/winimagebase.cpp
r2786 r2802 1 /* $Id: winimagebase.cpp,v 1. 7 2000-02-15 00:14:27sandervl Exp $ */1 /* $Id: winimagebase.cpp,v 1.8 2000-02-16 14:22:12 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 #include <win\virtual.h> 39 39 40 #define DBG_LOCALLOG DBG_winimagebase 41 #include "dbglocal.h" 42 40 43 //****************************************************************************** 41 44 //****************************************************************************** -
trunk/src/kernel32/winimagelx.cpp
r1872 r2802 1 /* $Id: winimagelx.cpp,v 1. 5 1999-11-29 00:04:06 birdExp $ */1 /* $Id: winimagelx.cpp,v 1.6 2000-02-16 14:22:12 sandervl Exp $ */ 2 2 3 3 /* … … 37 37 #include "initterm.h" 38 38 #include <win\virtual.h> 39 40 #define DBG_LOCALLOG DBG_winimagelx 41 #include "dbglocal.h" 39 42 40 43 //****************************************************************************** -
trunk/src/kernel32/winimagepe2lx.cpp
r1872 r2802 1 /* $Id: winimagepe2lx.cpp,v 1. 7 1999-11-29 00:04:06 birdExp $ */1 /* $Id: winimagepe2lx.cpp,v 1.8 2000-02-16 14:22:12 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 #include <winimagepe2lx.h> 36 36 37 #define DBG_LOCALLOG DBG_winimagepe2lx 38 #include "dbglocal.h" 37 39 38 40 /******************************************************************************* -
trunk/src/kernel32/winimgres.cpp
r2144 r2802 1 /* $Id: winimgres.cpp,v 1.3 0 1999-12-19 19:54:31sandervl Exp $ */1 /* $Id: winimgres.cpp,v 1.31 2000-02-16 14:22:12 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #include "pefile.h" 28 28 #include "oslibmisc.h" 29 30 #define DBG_LOCALLOG DBG_winimgres 31 #include "dbglocal.h" 29 32 30 33 //SvL: VPBuddy bugfix, seems to load bitmaps with type name 'DIB' -
trunk/src/kernel32/winres.cpp
r2050 r2802 1 /* $Id: winres.cpp,v 1.2 5 1999-12-09 19:08:29sandervl Exp $ */1 /* $Id: winres.cpp,v 1.26 2000-02-16 14:22:12 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <vmutex.h> 34 34 35 #define DBG_LOCALLOG DBG_winres 36 #include "dbglocal.h" 37 35 38 VMutex resmutex; 36 39 -
trunk/src/kernel32/wintls.cpp
r1898 r2802 1 /* $Id: wintls.cpp,v 1. 8 1999-11-30 20:19:34sandervl Exp $ */1 /* $Id: wintls.cpp,v 1.9 2000-02-16 14:22:13 sandervl Exp $ */ 2 2 /* 3 3 * Win32 TLS API functions … … 15 15 #include <wprocess.h> 16 16 #include "exceptutil.h" 17 18 #define DBG_LOCALLOG DBG_wintls 19 #include "dbglocal.h" 17 20 18 21 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.