- Timestamp:
- Jun 10, 1999, 6:19:02 PM (26 years ago)
- 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 1 3 /* 2 4 * DLL entry point -
trunk/src/winspool/makefile
r46 r93 1 # $Id: makefile,v 1.3 1999-06-10 16:19:02 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # winspool.dll makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 24 26 25 27 26 $(TARGET).dll: $(OBJS) $(TARGET).def 28 $(TARGET).dll: $(OBJS) $(TARGET).def 27 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 28 30 $(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 1 3 ;Created by BLAST for IBM's compiler 2 4 LIBRARY WINSPOOL INITINSTANCE … … 28 30 AdvancedDocumentPropertiesA = _AdvancedDocumentPropertiesA@20 @23 ;stubonly 29 31 AdvancedDocumentPropertiesW = _AdvancedDocumentPropertiesA@20 @24 ;stubonly 30 ;025 stub AdvancedSetupDialog 32 ;025 stub AdvancedSetupDialog 31 33 ClosePrinter = _ClosePrinter@4 @26 ;stubonly 32 34 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 1 3 /* 2 4 * -
trunk/src/wnetap32/initterm.cpp
r50 r93 1 /* $Id: initterm.cpp,v 1.2 1999-06-10 16:17:57 phaller Exp $ */ 2 1 3 /* 2 4 * DLL entry point -
trunk/src/wnetap32/makefile
r46 r93 1 # $Id: makefile,v 1.3 1999-06-10 16:17:57 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # wnetap32.dll makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 24 26 25 27 26 $(TARGET).dll: $(OBJS) $(TARGET).def 28 $(TARGET).dll: $(OBJS) $(TARGET).def 27 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 28 30 $(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 1 3 /* 2 4 * -
trunk/src/wnetap32/wnetap32.def
r4 r93 1 ; $Id: wnetap32.def,v 1.2 1999-06-10 16:17:57 phaller Exp $ 2 1 3 LIBRARY WNETAP32 INITINSTANCE 2 4 DATA MULTIPLE NONSHARED … … 180 182 ; 0175 NetShareDelSticky 181 183 ; 0176 NetShareEnum 182 ; 0177 NetShareEnumSticky 184 ; 0177 NetShareEnumSticky 183 185 NetShareGetInfo = _OS2NetShareGetInfo@16 @178 ;stubonly 184 186 NetShareSetInfo = _OS2NetShareSetInfo@20 @179 ;stubonly … … 187 189 ; 0182 NetUseDel 188 190 ; 0183 NetUseEnum 189 ; 0184 NetUseGetInfo 191 ; 0184 NetUseGetInfo 190 192 NetUserAdd = _OS2NetUserAdd@16 @185 ;stubonly 191 193 NetUserChangePassword = _OS2NetUserChangePassword@16 @186 ;stubonly
Note:
See TracChangeset
for help on using the changeset viewer.