Changeset 96 for trunk/src


Ignore:
Timestamp:
Jun 10, 1999, 6:56:36 PM (26 years ago)
Author:
phaller
Message:

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

Location:
trunk/src
Files:
42 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/makefile

    r46 r96  
     1# $Id: makefile,v 1.3 1999-06-10 16:56:36 phaller Exp $
     2
    13#
    24# PD-Win32 API
  • trunk/src/peldr/pe.h

    r46 r96  
     1/* $Id: pe.h,v 1.3 1999-06-10 16:56:36 phaller Exp $ */
     2
    13/*
    24 *
     
    2325#define DWORD  ULONG
    2426#define LPVOID VOID *
    25 #define WORD   USHORT 
     27#define WORD   USHORT
    2628#define UNALIGNED
    2729#define PDWORD DWORD *
    2830#define PWORD  WORD *
    29 #define NTAPI 
     31#define NTAPI
    3032#define BOOLEAN ULONG
    3133#define WCHAR   USHORT
  • trunk/src/shell32/drag.cpp

    r77 r96  
     1/* $Id: drag.cpp,v 1.2 1999-06-10 16:56:08 phaller Exp $ */
     2
    13/*
    24 * Win32 SHELL32 for OS/2
  • trunk/src/shell32/initterm.cpp

    r51 r96  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 16:56:08 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/shell32/makefile

    r77 r96  
     1# $Id: makefile,v 1.4 1999-06-10 16:56:09 phaller Exp $
     2
    13#
    24# PD-Win32 API
  • trunk/src/shell32/sh.cpp

    r77 r96  
     1/* $Id: sh.cpp,v 1.2 1999-06-10 16:56:09 phaller Exp $ */
     2
    13/*
    24 * Win32 SHELL32 for OS/2
  • trunk/src/shell32/she.cpp

    r77 r96  
     1/* $Id: she.cpp,v 1.2 1999-06-10 16:56:09 phaller Exp $ */
     2
    13/*
    24 * Win32 SHELL32 for OS/2
  • trunk/src/shell32/shell32.def

    r77 r96  
     1; $Id: shell32.def,v 1.5 1999-06-10 16:56:09 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24;based on Windows NT4, SP3
  • trunk/src/shell32/shell32.h

    r46 r96  
     1/* $Id: shell32.h,v 1.3 1999-06-10 16:56:09 phaller Exp $ */
     2
    13#ifndef __shell32_H__
    24#define __shell32_H__
  • trunk/src/tapi32/initterm.cpp

    r51 r96  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 16:54:47 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/tapi32/makefile

    r46 r96  
     1# $Id: makefile,v 1.3 1999-06-10 16:54:47 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       tapi32.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/tapi32/tapi32.cpp

    r46 r96  
     1/* $Id: tapi32.cpp,v 1.3 1999-06-10 16:54:47 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/tapi32/tapi32.def

    r4 r96  
     1; $Id: tapi32.def,v 1.2 1999-06-10 16:54:47 phaller Exp $
     2
    13LIBRARY TAPI32 INITINSTANCE
    24DATA MULTIPLE NONSHARED
  • trunk/src/tapi32/tapi32.h

    r46 r96  
     1/* $Id: tapi32.h,v 1.3 1999-06-10 16:54:47 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/DLGCONVERT.H

    r46 r96  
     1/* $Id: DLGCONVERT.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    55 */
    66#ifndef __DLGCONVERT_H__
  • trunk/src/user32/HOOK.CPP

    r46 r96  
     1/* $Id: HOOK.CPP,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
     2
    13/*
    24 * Win32 hook API functions for OS/2
  • trunk/src/user32/IMAGE.H

    r46 r96  
     1/* $Id: IMAGE.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
     2
    13#ifndef __IMAGE_H__
    24#define __IMAGE_H__
     
    1820#define LR_LOADMAP3DCOLORS  0x1000
    1921#define LR_CREATEDIBSECTION 0x2000
    20 #define LR_COPYFROMRESOURCE 0x4000     
    21 #define LR_SHARED           0x8000     
     22#define LR_COPYFROMRESOURCE 0x4000
     23#define LR_SHARED           0x8000
    2224
    2325#endif
  • trunk/src/user32/Makefile

    r46 r96  
     1# $Id: Makefile,v 1.3 1999-06-10 16:50:35 phaller Exp $
     2
    13#
    24# PD-Win32 API
  • trunk/src/user32/RESSTRING.C

    r83 r96  
     1/* $Id: RESSTRING.C,v 1.4 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/RESSTRING.H

    r46 r96  
     1/* $Id: RESSTRING.H,v 1.3 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/SYSCLR.CPP

    r46 r96  
     1/* $Id: SYSCLR.CPP,v 1.3 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 * Win32 system color API functions for OS/2
  • trunk/src/user32/SYSCLR.H

    r46 r96  
     1/* $Id: SYSCLR.H,v 1.3 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/USER32.DEF

    r57 r96  
     1; $Id: USER32.DEF,v 1.5 1999-06-10 16:50:36 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY USER32 INITINSTANCE
  • trunk/src/user32/USRCALL.CPP

    r46 r96  
     1/* $Id: USRCALL.CPP,v 1.3 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/USRCALL.H

    r46 r96  
     1/* $Id: USRCALL.H,v 1.3 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/char.cpp

    r46 r96  
     1/* $Id: char.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 character API functions for OS/2
  • trunk/src/user32/dde.cpp

    r46 r96  
     1/* $Id: dde.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 default window API functions for OS/2
  • trunk/src/user32/dialog.cpp

    r46 r96  
     1/* $Id: dialog.cpp,v 1.4 1999-06-10 16:50:35 phaller Exp $ */
     2
    13/*
    24 * Win32 dialog API functions for OS/2
  • trunk/src/user32/dlgconvert.cpp

    r46 r96  
     1/* $Id: dlgconvert.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 runtime dialog conversion functions for OS/2
  • trunk/src/user32/hooks.cpp

    r46 r96  
     1/* $Id: hooks.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 hook class for OS/2
  • trunk/src/user32/hooks.h

    r46 r96  
     1/* $Id: hooks.h,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    5  */
    6 /*
    75 * Win32 hook class for OS/2
    8  *
    96 * Copyright 1998 Sander van Leeuwen
    10  *
    117 */
    128#ifndef __HOOKS_H__
     
    259255 static         HkShell  *hooks;
    260256                HkShell  *next;
    261  
     257
    262258 friend static LRESULT EXPENTRY_O32 OS2HkShellProc(int code, WPARAM wParam, LPARAM lParam);
    263259};
  • trunk/src/user32/icon.cpp

    r46 r96  
     1/* $Id: icon.cpp,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/icon.h

    r46 r96  
     1/* $Id: icon.h,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 *
     
    4345} WINBITMAPINFOHEADER;
    4446
    45 typedef struct 
     47typedef struct
    4648{
    4749   BYTE                      blue;
  • trunk/src/user32/initterm.cpp

    r51 r96  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 * USER32 DLL entry point
  • trunk/src/user32/loadres.cpp

    r46 r96  
     1/* $Id: loadres.cpp,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/menu.cpp

    r46 r96  
     1/* $Id: menu.cpp,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 * Win32 menu API functions for OS/2
  • trunk/src/user32/user32.h

    r46 r96  
     1/* $Id: user32.h,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*****************************************************************************
    24 * Name      : USER32.H
     
    1416#include <string.h>
    1517
    16 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 
     18inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw)
    1719{
    1820   memcpy(fw, fa, ((int)&fa->lfFaceName - (int)fa));
     
    2123}
    2224
    23 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 
     25inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa)
    2426{
    2527   memcpy(fa, fa, ((int)&fw->lfFaceName - (int)fw));
  • trunk/src/user32/user32exp.def

    r46 r96  
     1; $Id: user32exp.def,v 1.4 1999-06-10 16:50:36 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY USER32 INITINSTANCE
  • trunk/src/user32/wndclass.cpp

    r46 r96  
     1/* $Id: wndclass.cpp,v 1.3 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 * Win32 Window Class Managment Code for OS/2
  • trunk/src/user32/wndproc.cpp

    r46 r96  
     1/* $Id: wndproc.cpp,v 1.4 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/wndsubproc.cpp

    r46 r96  
     1/* $Id: wndsubproc.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 window subproc class for OS/2
  • trunk/src/user32/wndsubproc.h

    r46 r96  
     1/* $Id: wndsubproc.h,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 *
Note: See TracChangeset for help on using the changeset viewer.