Changeset 93 for trunk/src/winspool


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/winspool
Files:
4 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 *
Note: See TracChangeset for help on using the changeset viewer.