Changeset 10729


Ignore:
Timestamp:
Jun 10, 1999, 9:11:31 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

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

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/HandleManager.h

    r10679 r10729  
     1/* $Id: HandleManager.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    5  */
    6 /*
    75 * Win32 Unified Handle Manager for OS/2
    8  *
    96 * 1998/02/11 PH Patrick Haller (haller@zebra.fh-weingarten.de)
    107 *
  • TabularUnified tags/trunk/src/kernel32/cio.h

    r10679 r10729  
     1/* $Id: cio.h,v 1.4 1999-06-10 19:11:29 phaller Exp $ */
     2
    13/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */
    24/* Use at your own risk! No Warranty! The author is not responsible for
  • TabularUnified tags/trunk/src/kernel32/conprop.h

    r10654 r10729  
     1/* $Id: conprop.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    24 * Win32 Console Subsystem for OS/2
  • TabularUnified tags/trunk/src/kernel32/console2.h

    r10679 r10729  
     1/* $Id: console2.h,v 1.5 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    5  */
    6 /*
    75 * Win32 Console Subsystem for OS/2
    8  *
    96 * 1998/02/11 PH Patrick Haller (haller@zebra.fh-weingarten.de)
    107 *
  • TabularUnified tags/trunk/src/kernel32/consolerc.h

    r10655 r10729  
     1/* $Id: consolerc.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    24 * Win32 Console Subsystem for OS/2
  • TabularUnified tags/trunk/src/kernel32/devio.h

    r10679 r10729  
     1/* $Id: devio.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13#ifndef __DEVIO_H__
    24#define __DEVIO_H__
     
    3638
    3739typedef struct  _GENPORT_WRITE_INPUT {
    38     ULONG   PortNumber;     
    39     union   {               
     40    ULONG   PortNumber;
     41    union   {
    4042        ULONG   LongData;
    4143        USHORT  ShortData;
     
    8991typedef struct
    9092{
    91     INTERFACE_TYPE   InterfaceType; 
    92     ULONG            BusNumber;     
    93     PHYSICAL_ADDRESS BusAddress;   
    94     ULONG            AddressSpace; 
    95     ULONG            Length;       
     93    INTERFACE_TYPE   InterfaceType;
     94    ULONG            BusNumber;
     95    PHYSICAL_ADDRESS BusAddress;
     96    ULONG            AddressSpace;
     97    ULONG            Length;
    9698
    9799} PHYSICAL_MEMORY_INFO, *PPHYSICAL_MEMORY_INFO;
     
    99101typedef struct _MapDevRequest
    100102{
    101     DWORD   mdr_ServiceID;         
    102     LPVOID  mdr_PhysicalAddress;   
    103     DWORD   mdr_SizeInBytes;       
    104     LPVOID  mdr_LinearAddress;     
    105     WORD    mdr_Selector;           
    106     WORD    mdr_Status;             
     103    DWORD   mdr_ServiceID;
     104    LPVOID  mdr_PhysicalAddress;
     105    DWORD   mdr_SizeInBytes;
     106    LPVOID  mdr_LinearAddress;
     107    WORD    mdr_Selector;
     108    WORD    mdr_Status;
    107109} MAPDEVREQUEST, *PMAPDEVREQUEST;
    108110
  • TabularUnified tags/trunk/src/kernel32/except.h

    r10679 r10729  
     1/* $Id: except.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    24 * Exception + misc functions for OS/2
    3  *
    45 * Copyright 1998 Sander van Leeuwen
    5  *
    6  *
    76 * Project Odin Software License can be found in LICENSE.TXT
    8  *
    97 */
    108#ifndef __EXCEPT_H__
  • TabularUnified tags/trunk/src/kernel32/heap.h

    r10679 r10729  
     1/* $Id: heap.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    5  */
    6 /*
    75 * Win32 heap API functions for OS/2
    8  *
    96 * Copyright 1998 Sander van Leeuwen
    10  *
    117 */
    128#ifndef __HEAP_H__
  • TabularUnified tags/trunk/src/kernel32/map.h

    r10679 r10729  
     1/* $Id: map.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de)
    24 * Use at your own risk! No Warranty! The author is not responsible for
  • TabularUnified tags/trunk/src/kernel32/mapos2.h

    r10679 r10729  
     1/* $Id: mapos2.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) */
    24/* Use at your own risk! No Warranty! The author is not responsible for
  • TabularUnified tags/trunk/src/kernel32/mmap.h

    r10679 r10729  
     1/* $Id: mmap.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13#ifndef __MMAP_H__
    24#define __MMAP_H__
  • TabularUnified tags/trunk/src/kernel32/obsolete.cpp

    r10684 r10729  
     1/* $Id: obsolete.cpp,v 1.2 1999-06-10 19:09:35 phaller Exp $ */
     2
    13/*
    24 * Win32 misc APIs
  • TabularUnified tags/trunk/src/kernel32/os2heap.cpp

    r10679 r10729  
     1/* $Id: os2heap.cpp,v 1.3 1999-06-10 19:09:35 phaller Exp $ */
     2
    13/*
    24 * Heap class for OS/2
  • TabularUnified tags/trunk/src/kernel32/os2heap.h

    r10679 r10729  
     1/* $Id: os2heap.h,v 1.3 1999-06-10 19:11:30 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/os2native.cpp

    r10684 r10729  
     1/* $Id: os2native.cpp,v 1.2 1999-06-10 19:09:35 phaller Exp $ */
     2
    13/*
    24 * Misc procedures
  • TabularUnified tags/trunk/src/kernel32/os2util.cpp

    r10684 r10729  
     1/* $Id: os2util.cpp,v 1.2 1999-06-10 19:09:35 phaller Exp $ */
     2
    13/*
    24 * Misc util. procedures
  • TabularUnified tags/trunk/src/kernel32/os2util.h

    r10679 r10729  
     1/* $Id: os2util.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/stubs.h

    r10679 r10729  
     1/* $Id: stubs.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/thread.H

    r10679 r10729  
     1/* $Id: thread.H,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/thunk.h

    r10679 r10729  
     1/* $Id: thunk.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     2
    13#ifndef __THUNK_H__
    24#define __THUNK_H__
  • TabularUnified tags/trunk/src/kernel32/win32util.cpp

    r10684 r10729  
     1/* $Id: win32util.cpp,v 1.2 1999-06-10 19:09:04 phaller Exp $ */
     2
    13/*
    24 * Misc functions
  • TabularUnified tags/trunk/src/kernel32/windll.cpp

    r10679 r10729  
     1/* $Id: windll.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/winexe.cpp

    r10679 r10729  
     1/* $Id: winexe.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/winimage.cpp

    r10679 r10729  
     1/* $Id: winimage.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */
     2
    13/*
    24 * Win32 PE Image class
  • TabularUnified tags/trunk/src/kernel32/winimgres.cpp

    r10679 r10729  
     1/* $Id: winimgres.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/winmod.cpp

    r10679 r10729  
     1/* $Id: winmod.cpp,v 1.3 1999-06-10 19:09:05 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/winres.h

    r10679 r10729  
     1/* $Id: winres.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/wprocess.cpp

    r10679 r10729  
     1/* $Id: wprocess.cpp,v 1.4 1999-06-10 19:09:05 phaller Exp $ */
     2
    13/*
    24 *
  • TabularUnified tags/trunk/src/kernel32/wprocess.h

    r10679 r10729  
     1/* $Id: wprocess.h,v 1.3 1999-06-10 19:11:31 phaller Exp $ */
     2
    13#ifndef __WPROCESS_H__
    24#define __WPROCESS_H__
Note: See TracChangeset for help on using the changeset viewer.