Changeset 93 for trunk/src


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

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

Location:
trunk/src
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winspool/initterm.cpp

    r50 r93  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 16:19:02 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/winspool/makefile

    r46 r93  
     1# $Id: makefile,v 1.3 1999-06-10 16:19:02 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       winspool.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/winspool/winspool.DEF

    r4 r93  
     1; $Id: winspool.DEF,v 1.2 1999-06-10 16:19:02 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY WINSPOOL INITINSTANCE
     
    2830  AdvancedDocumentPropertiesA           = _AdvancedDocumentPropertiesA@20               @23 ;stubonly
    2931  AdvancedDocumentPropertiesW           = _AdvancedDocumentPropertiesA@20               @24 ;stubonly           
    30 ;025 stub AdvancedSetupDialog 
     32;025 stub AdvancedSetupDialog
    3133  ClosePrinter                          = _ClosePrinter@4                               @26 ;stubonly
    3234  ConfigurePortA                        = _ConfigurePortA@12                            @27 ;stubonly
  • trunk/src/winspool/winspool.cpp

    r51 r93  
     1/* $Id: winspool.cpp,v 1.2 1999-06-10 16:19:02 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/wnetap32/initterm.cpp

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

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

    r46 r93  
     1/* $Id: wnetap32.cpp,v 1.3 1999-06-10 16:17:57 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/wnetap32/wnetap32.def

    r4 r93  
     1; $Id: wnetap32.def,v 1.2 1999-06-10 16:17:57 phaller Exp $
     2
    13LIBRARY WNETAP32 INITINSTANCE
    24DATA MULTIPLE NONSHARED
     
    180182;    0175    NetShareDelSticky
    181183;    0176    NetShareEnum
    182 ;    0177    NetShareEnumSticky 
     184;    0177    NetShareEnumSticky
    183185  NetShareGetInfo               = _OS2NetShareGetInfo@16                @178    ;stubonly
    184186  NetShareSetInfo               = _OS2NetShareSetInfo@20                @179    ;stubonly
     
    187189;    0182    NetUseDel
    188190;    0183    NetUseEnum
    189 ;    0184    NetUseGetInfo 
     191;    0184    NetUseGetInfo
    190192  NetUserAdd                    = _OS2NetUserAdd@16                     @185    ;stubonly
    191193  NetUserChangePassword         = _OS2NetUserChangePassword@16          @186    ;stubonly
Note: See TracChangeset for help on using the changeset viewer.