Changeset 97 for trunk/src


Ignore:
Timestamp:
Jun 10, 1999, 7:10:57 PM (26 years ago)
Author:
phaller
Message:

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

Location:
trunk/src
Files:
93 edited

Legend:

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

    r51 r97  
     1/* $Id: file.cpp,v 1.2 1999-06-10 17:06:45 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:06:45 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/NTDLL/nt.cpp

    r51 r97  
     1/* $Id: nt.cpp,v 1.2 1999-06-10 17:06:45 phaller Exp $ */
     2
    13
    24/*
  • trunk/src/NTDLL/ntdll.def

    r56 r97  
     1; $Id: ntdll.def,v 1.4 1999-06-10 17:06:45 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24;Basis is NT4.0's NTDLL.DLL
     
    5456    NtSetTimer                    = _NtSetTimer@28                    @221
    5557    ZwSetTimer                    = _NtSetTimer@28
    56     NtQueryTimerResolution        = _NtQueryTimerResolution@12       
     58    NtQueryTimerResolution        = _NtQueryTimerResolution@12
    5759    ZwQueryTimerResolution        = _NtQueryTimerResolution@12
    5860    NtTerminateProcess            = _NtTerminateProcess@8
     
    220222    RtlOemToUnicodeN              = _RtlOemToUnicodeN@20              @448
    221223    RtlInitAnsiString             = _RtlInitAnsiString@8              @399
    222     RtlInitOemString              = _RtlInitOemString@8             
     224    RtlInitOemString              = _RtlInitOemString@8
    223225    RtlInitString                 = _RtlInitString@8                  @402
    224226    RtlInitUnicodeString          = _RtlInitUnicodeString@8           @403
    225227    RtlFreeUnicodeString          = _RtlFreeUnicodeString@4           @377
    226228    RtlFreeAnsiString             = _RtlFreeAnsiString@4              @373
    227     RtlFreeOemString              = _RtlFreeOemString@4             
     229    RtlFreeOemString              = _RtlFreeOemString@4
    228230    RtlUnicodeToOemN              = _RtlUnicodeToOemN@20              @515
    229231    RtlUnicodeStringToOemString   = _RtlUnicodeStringToOemString@12   @511
  • trunk/src/NTDLL/ntdll.h

    r30 r97  
     1/* $Id: ntdll.h,v 1.3 1999-06-10 17:06:45 phaller Exp $ */
     2
    13/*
    24   this file defines interfaces mainly exposed to device drivers and
  • trunk/src/NTDLL/om.cpp

    r51 r97  
     1/* $Id: om.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/reg.cpp

    r51 r97  
     1/* $Id: reg.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/rtl.cpp

    r51 r97  
     1/* $Id: rtl.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/rtlstr.cpp

    r83 r97  
     1/* $Id: rtlstr.cpp,v 1.4 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/sec.cpp

    r51 r97  
     1/* $Id: sec.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/sync.cpp

    r51 r97  
     1/* $Id: sync.cpp,v 1.2 1999-06-10 17:06:47 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/time.cpp

    r51 r97  
     1/* $Id: time.cpp,v 1.2 1999-06-10 17:06:47 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/comdlg32/comdlg32.cpp

    r46 r97  
     1/* $Id: comdlg32.cpp,v 1.4 1999-06-10 17:07:28 phaller Exp $ */
     2
    13/*
    24 * COMDLG32 implementation
  • trunk/src/comdlg32/comdlg32.def

    r4 r97  
     1; $Id: comdlg32.def,v 1.2 1999-06-10 17:07:28 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY COMDLG32 INITINSTANCE
  • trunk/src/comdlg32/comdlg32exp.def

    r4 r97  
     1; $Id: comdlg32exp.def,v 1.2 1999-06-10 17:07:28 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY COMDLG32 INITINSTANCE
  • trunk/src/comdlg32/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:07:28 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/comdlg32/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:07:29 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       comdlg32.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2426
    2527
    26 $(TARGET).dll: $(OBJS) $(TARGET).def 
     28$(TARGET).dll: $(OBJS) $(TARGET).def
    2729        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2830              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
  • trunk/src/ddraw/OS2CLIPPER.CPP

    r46 r97  
     1/* $Id: OS2CLIPPER.CPP,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw Clipper Class
  • trunk/src/ddraw/OS2CLIPPER.H

    r46 r97  
     1/* $Id: OS2CLIPPER.H,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw Clipper Class
  • trunk/src/ddraw/OS2D3D.CPP

    r46 r97  
     1/* $Id: OS2D3D.CPP,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13//******************************************************************************
    24//******************************************************************************
  • trunk/src/ddraw/OS2DDRAW.CPP

    r46 r97  
     1/* $Id: OS2DDRAW.CPP,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw main class
  • trunk/src/ddraw/OS2DDRAW.H

    r46 r97  
     1/* $Id: OS2DDRAW.H,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw main class
  • trunk/src/ddraw/OS2PALETTE.CPP

    r46 r97  
     1/* $Id: OS2PALETTE.CPP,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw Palette class
  • trunk/src/ddraw/OS2PALETTE.H

    r46 r97  
     1/* $Id: OS2PALETTE.H,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw Palette class
  • trunk/src/ddraw/OS2PALSET.CPP

    r46 r97  
     1/* $Id: OS2PALSET.CPP,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * OS/2 Palette functions
  • trunk/src/ddraw/OS2PALSET.H

    r46 r97  
     1/* $Id: OS2PALSET.H,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * OS/2 Palette function definitions
  • trunk/src/ddraw/OS2SURFACE.CPP

    r46 r97  
     1/* $Id: OS2SURFACE.CPP,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw Surface class
  • trunk/src/ddraw/OS2SURFACE.H

    r46 r97  
     1/* $Id: OS2SURFACE.H,v 1.3 1999-06-10 17:10:56 phaller Exp $ */
     2
    13/*
    24 * DirectDraw Surface class
  • trunk/src/ddraw/OS2UTIL.CPP

    r46 r97  
     1/* $Id: OS2UTIL.CPP,v 1.3 1999-06-10 17:10:57 phaller Exp $ */
     2
    13/*
    24 * OS/2 Utility functions
  • trunk/src/ddraw/OS2UTIL.H

    r46 r97  
     1/* $Id: OS2UTIL.H,v 1.3 1999-06-10 17:10:57 phaller Exp $ */
     2
    13/*
    24 * OS/2 Utility functions
  • trunk/src/ddraw/asmutil.asm

    r46 r97  
     1; $Id: asmutil.asm,v 1.3 1999-06-10 17:10:57 phaller Exp $
     2
    13; asmutil.asm Color key bit blitting for DirectDraw
    24;
  • trunk/src/ddraw/asmutil.h

    r46 r97  
     1/* $Id: asmutil.h,v 1.3 1999-06-10 17:10:57 phaller Exp $ */
     2
    13/*
    24 * asmutil.asm function definition
  • trunk/src/ddraw/ddraw.CPP

    r46 r97  
     1/* $Id: ddraw.CPP,v 1.3 1999-06-10 17:10:57 phaller Exp $ */
     2
    13/*
    24 * DirectDraw exported APIs
  • trunk/src/ddraw/ddraw.DEF

    r4 r97  
     1; $Id: ddraw.DEF,v 1.2 1999-06-10 17:10:57 phaller Exp $
     2
    13LIBRARY DDRAW INITINSTANCE TERMINSTANCE
    24PROTMODE
    35DATA MULTIPLE NONSHARED READWRITE LOADONCALL
    46CODE LOADONCALL
    5 EXPORTS 
     7EXPORTS
    68 DDHAL32_VidMemFree     = _DDHAL32_VidMemFree@4      @10
    79 DDHAL32_VidMemAlloc    = _DDHAL32_VidMemAlloc@4     @11
  • trunk/src/ddraw/initterm.cpp

    r50 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:10:57 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/ddraw/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:10:57 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       ddraw.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2830
    2931
    30 $(TARGET).dll: $(OBJS) $(TARGET).def 
     32$(TARGET).dll: $(OBJS) $(TARGET).def
    3133        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(LIBS)
    3234        $(CP) $@ $(PDWIN32_BIN)
     
    4042
    4143ddraw.obj: ddraw.cpp  \
    42     os2ddraw.h 
     44    os2ddraw.h
    4345
    4446os2ddraw.obj: os2ddraw.cpp  \
     
    4648    os2clipper.h \
    4749    os2surface.h \
    48     os2ddraw.h 
     50    os2ddraw.h
    4951
    5052os2d3d.obj: os2d3d.cpp \
    51     os2ddraw.h 
     53    os2ddraw.h
    5254
    5355misc.obj: misc.c \
     
    6365    os2surface.h \
    6466    os2palset.h \
    65     os2ddraw.h 
     67    os2ddraw.h
    6668
    6769os2palset.obj: os2palset.cpp  \
    68     os2palset.h 
     70    os2palset.h
    6971
    7072os2clipper.obj: os2clipper.cpp  \
     
    7274    os2clipper.h \
    7375    os2surface.h \
    74     os2ddraw.h 
     76    os2ddraw.h
    7577
    7678os2surface.obj: os2surface.cpp  \
     
    8082    os2clipper.h \
    8183    os2surface.h \
    82     os2ddraw.h 
     84    os2ddraw.h
    8385
    8486initterm.obj: initterm.cpp
  • trunk/src/ddraw/misc.c

    r46 r97  
     1/* $Id: misc.c,v 1.3 1999-06-10 17:10:57 phaller Exp $ */
     2
    13/*
    24 * Logging procedures
  • trunk/src/dsound/DSOUND.CPP

    r46 r97  
     1/* $Id: DSOUND.CPP,v 1.3 1999-06-10 17:09:29 phaller Exp $ */
     2
    13/*
    24 * DirectSound exported APIs
  • trunk/src/dsound/DSOUND.DEF

    r4 r97  
     1; $Id: DSOUND.DEF,v 1.2 1999-06-10 17:09:29 phaller Exp $
     2
    13LIBRARY DSOUND INITINSTANCE TERMINSTANCE
    24PROTMODE
  • trunk/src/dsound/OS2DSOUND.CPP

    r46 r97  
     1/* $Id: OS2DSOUND.CPP,v 1.3 1999-06-10 17:09:29 phaller Exp $ */
     2
    13/*
    24 * DirectSound main class
  • trunk/src/dsound/OS2DSOUND.H

    r46 r97  
     1/* $Id: OS2DSOUND.H,v 1.3 1999-06-10 17:09:29 phaller Exp $ */
     2
    13/*
    24 * DirectSound main class
  • trunk/src/dsound/OS2SNDBUFFER.CPP

    r46 r97  
     1/* $Id: OS2SNDBUFFER.CPP,v 1.3 1999-06-10 17:09:30 phaller Exp $ */
     2
    13/*
    24 * DirectSound SoundBuffer class
  • trunk/src/dsound/OS2SNDBUFFER.H

    r46 r97  
     1/* $Id: OS2SNDBUFFER.H,v 1.3 1999-06-10 17:09:30 phaller Exp $ */
     2
    13/*
    24 * DirectSound SoundBuffer class
  • trunk/src/dsound/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:09:30 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/dsound/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:09:30 phaller Exp $
     2
    13#
    24# PD-Win32 API
  • trunk/src/dsound/misc.c

    r46 r97  
     1/* $Id: misc.c,v 1.3 1999-06-10 17:09:30 phaller Exp $ */
     2
    13/*
    24 * Logging procedures
  • trunk/src/gdi32/CALLBACK.CPP

    r46 r97  
     1/* $Id: CALLBACK.CPP,v 1.3 1999-06-10 17:09:02 phaller Exp $ */
     2
    13/*
    24 * GDI32 support code for Line DDA callbacks
  • trunk/src/gdi32/CALLBACK.H

    r46 r97  
     1/* $Id: CALLBACK.H,v 1.3 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * GDI32 support code for Line DDA callbacks
  • trunk/src/gdi32/dibsect.cpp

    r46 r97  
     1/* $Id: dibsect.cpp,v 1.3 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * GDI32 DIB sections
  • trunk/src/gdi32/dibsect.h

    r46 r97  
     1/* $Id: dibsect.h,v 1.3 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * GDI32 DIB sections
    3  *
    45 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
    5  *
    66 * Project Odin Software License can be found in LICENSE.TXT
    7  *
    87 */
    98#ifndef __DIBSECT_H__
  • trunk/src/gdi32/gdi32.DEF

    r4 r97  
     1; $Id: gdi32.DEF,v 1.2 1999-06-10 17:09:03 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY GDI32 INITINSTANCE
  • trunk/src/gdi32/gdi32exp.def

    r4 r97  
     1; $Id: gdi32exp.def,v 1.2 1999-06-10 17:09:03 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY GDI32 INITINSTANCE
  • trunk/src/gdi32/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/gdi32/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:09:04 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       gdi32.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2527
    2628
    27 $(TARGET).dll: $(OBJS) $(TARGET).def 
     29$(TARGET).dll: $(OBJS) $(TARGET).def
    2830        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2931              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib
  • trunk/src/gdi32/opengl.cpp

    r46 r97  
     1/* $Id: opengl.cpp,v 1.3 1999-06-10 17:09:04 phaller Exp $ */
     2
    13/*
    24 * GDI32 OpenGl stubs
  • trunk/src/mpr/MPR.CPP

    r46 r97  
     1/* $Id: MPR.CPP,v 1.3 1999-06-10 17:06:06 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/mpr/MPR.DEF

    r4 r97  
     1; $Id: MPR.DEF,v 1.2 1999-06-10 17:06:06 phaller Exp $
     2
    13;Created by BLAST for IBMs compiler
    24;Basis is  5.05.97  12.00  59152 MPR.DLL (NT4SP3)
  • trunk/src/mpr/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:06:06 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/mpr/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:06:06 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       mpr.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2426
    2527
    26 $(TARGET).dll: $(OBJS) $(TARGET).def 
     28$(TARGET).dll: $(OBJS) $(TARGET).def
    2729        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2830              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
  • trunk/src/mpr/mpr.h

    r46 r97  
     1/* $Id: mpr.h,v 1.3 1999-06-10 17:06:06 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/ole32/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:05:54 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/ole32/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:05:54 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       ole32.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2426
    2527
    26 $(TARGET).dll: $(OBJS) $(TARGET).def 
     28$(TARGET).dll: $(OBJS) $(TARGET).def
    2729        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2830              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib
  • trunk/src/ole32/ole32.cpp

    r55 r97  
     1/* $Id: ole32.cpp,v 1.4 1999-06-10 17:05:54 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/ole32/ole32.def

    r46 r97  
     1; $Id: ole32.def,v 1.3 1999-06-10 17:05:55 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY OLE32 INITINSTANCE
  • trunk/src/ole32/ole32.h

    r46 r97  
     1/* $Id: ole32.h,v 1.3 1999-06-10 17:05:55 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/pe2lx/LX.CPP

    r46 r97  
     1/* $Id: LX.CPP,v 1.3 1999-06-10 17:08:51 phaller Exp $ */
     2
    13/*
    24 * PE2LX LX code
  • trunk/src/pe2lx/LX.H

    r46 r97  
     1/* $Id: LX.H,v 1.3 1999-06-10 17:08:51 phaller Exp $ */
     2
    13/*
    24 * PE2LX LX
  • trunk/src/pe2lx/accelerator.cpp

    r46 r97  
     1/* $Id: accelerator.cpp,v 1.3 1999-06-10 17:08:51 phaller Exp $ */
     2
    13/*
    24 * PE2LX accelerator resource support code
  • trunk/src/pe2lx/accelerator.h

    r46 r97  
     1/* $Id: accelerator.h,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX accelerator resource support code
  • trunk/src/pe2lx/bitmap.cpp

    r46 r97  
     1/* $Id: bitmap.cpp,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX bitmap conversion code
  • trunk/src/pe2lx/bitmap.h

    r46 r97  
     1/* $Id: bitmap.h,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX bitmaps
  • trunk/src/pe2lx/cursor.cpp

    r46 r97  
     1/* $Id: cursor.cpp,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor conversion code
  • trunk/src/pe2lx/cursor.h

    r46 r97  
     1/* $Id: cursor.h,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor conversion code
     
    2022//  WORD   padding;            // filler for DWORD alignment
    2123} CursorHeader;
    22    
     24
    2325typedef struct {
    2426  WORD   wWidth;
     
    5456
    5557protected:
    56          
     58       
    5759private:
    5860              int             id, cursorsize, prevoffset;
  • trunk/src/pe2lx/cursorgrp.cpp

    r46 r97  
     1/* $Id: cursorgrp.cpp,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor group code
  • trunk/src/pe2lx/cursorgrp.h

    r46 r97  
     1/* $Id: cursorgrp.h,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor group
  • trunk/src/pe2lx/dialog.cpp

    r46 r97  
     1/* $Id: dialog.cpp,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX dialog conversion code
  • trunk/src/pe2lx/dialog.h

    r46 r97  
     1/* $Id: dialog.h,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX dialog conversion code
     
    9193//which have the same form as documented in the SDK for DLGITEMTEMPLATE.
    9294
    93 //SvL: Yeah, right! 
     95//SvL: Yeah, right!
    9496typedef struct {
    9597  WORD   wPointSize;          // Only here if FONT set for dialog
  • trunk/src/pe2lx/icon.cpp

    r46 r97  
     1/* $Id: icon.cpp,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX icons
  • trunk/src/pe2lx/icon.h

    r46 r97  
    1 /* $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/pe2lx/icon.h,v 1.2 1999-06-07 20:58:12 sandervl Exp $
     1/* $Id: icon.h,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
     3/* $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/pe2lx/icon.h,v 1.3 1999-06-10 17:08:53 phaller Exp $
    24 *
    35 * Declarations, protypes and defintions for conversion of icons.
  • trunk/src/pe2lx/icongrp.cpp

    r46 r97  
     1/* $Id: icongrp.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX Icon group code
  • trunk/src/pe2lx/icongrp.h

    r46 r97  
     1/* $Id: icongrp.h,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX icon groups
  • trunk/src/pe2lx/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:08:54 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       pe2lx.exe makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    3436
    3537accelerator.obj: accelerator.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \
    36                  accelerator.h  icon.h misc.h 
     38                 accelerator.h  icon.h misc.h
    3739bitmap.obj: bitmap.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \
    3840            bitmap.h icon.h misc.h
     
    4648icongrp.obj: icongrp.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h icon.h \
    4749             icongrp.h misc.h
    48 lx.obj: lx.cpp lx.h 
     50lx.obj: lx.cpp lx.h
    4951menu.obj: menu.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h menu.h
    5052misc.obj: misc.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h
     
    5456        icongrp.h menu.h misc.h rcdata.h \
    5557        strings.h
    56 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 
     58pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h
    5759rcdata.obj: rcdata.cpp lx.h rcdata.h
    5860strings.obj: strings.cpp lx.h misc.h strings.h
  • trunk/src/pe2lx/makefile.wat

    r4 r97  
     1# $Id: makefile.wat,v 1.2 1999-06-10 17:08:54 phaller Exp $
     2
    13#===================================================================
    24#
     
    810PDWIN32_BIN = ..\..\bin
    911INC     = $(%WATCOM)\h;f:\toolkit\h;.;..\..\include;..\..\include\win
    10 DEF     = 
     12DEF     =
    1113!ifndef %RELEASE
    1214#DBGFLG   = -dDEBUG=1
    13 DBGFLG = 
     15DBGFLG =
    1416!endif
    1517
     
    6062FILE5   = accelerator.obj
    6163FILE6   = cursor.obj cursorgrp.obj
    62 FILE7   = 
    63 FILE8   = 
    64 FILE9   = 
     64FILE7   =
     65FILE8   =
     66FILE9   =
    6567FILES   = $(FILE0) $(FILE1) $(FILE2) $(FILE3) $(FILE4) $(FILE5) $(FILE6) $(FILE7) $(FILE8) $(FILE9)
    6668TARGET  = PE2LX
  • trunk/src/pe2lx/menu.cpp

    r46 r97  
     1/* $Id: menu.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX menu conversion code
  • trunk/src/pe2lx/menu.h

    r46 r97  
     1/* $Id: menu.h,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX menus
  • trunk/src/pe2lx/misc.cpp

    r46 r97  
     1/* $Id: misc.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX ascii to unicode conversion
  • trunk/src/pe2lx/misc.h

    r46 r97  
     1/* $Id: misc.h,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX ascii to unicode
  • trunk/src/pe2lx/pe.cpp

    r46 r97  
     1/* $Id: pe.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX PE image interpreter
  • trunk/src/pe2lx/pefile.cpp

    r46 r97  
     1/* $Id: pefile.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX PE utility functions
  • trunk/src/pe2lx/rcdata.cpp

    r46 r97  
     1/* $Id: rcdata.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX RCDATA resources
  • trunk/src/pe2lx/rcdata.h

    r46 r97  
     1/* $Id: rcdata.h,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX RCDATA resources
  • trunk/src/pe2lx/strings.cpp

    r46 r97  
     1/* $Id: strings.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX String conversion
  • trunk/src/pe2lx/strings.h

    r46 r97  
     1/* $Id: strings.h,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX Strings
Note: See TracChangeset for help on using the changeset viewer.