- Timestamp:
- Mar 10, 2000, 5:13:45 PM (25 years ago)
- Location:
- trunk/src/gdi32
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.DEF
r2092 r3076 1 ; $Id: gdi32.DEF,v 1. 5 1999-12-16 16:52:31 cbratschiExp $1 ; $Id: gdi32.DEF,v 1.6 2000-03-10 16:13:44 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 13 13 14 14 EXPORTS 15 _GDI_CallDevInstall16@20 @100 16 _GDI_CallExtDeviceModePropSheet16@16 @101 17 _GDI_CallExtDeviceMode16@28 @102 18 _GDI_CallAdvancedSetupDialog16@16 @103 19 _GDI_CallDeviceCapabilities16@20 @104 20 15 21 AbortDoc = _AbortDoc@4 @105 16 22 AbortPath = _AbortPath@4 @106 -
trunk/src/gdi32/makefile
r3031 r3076 1 # $Id: makefile,v 1.2 3 2000-03-06 23:38:38 birdExp $1 # $Id: makefile,v 1.24 2000-03-10 16:13:45 sandervl Exp $ 2 2 3 3 # … … 25 25 OBJS = \ 26 26 $(OBJDIR)\gdi32.obj \ 27 $(OBJDIR)\driver.obj \ 27 28 $(OBJDIR)\opengl.obj \ 28 29 $(OBJDIR)\callback.obj \
Note:
See TracChangeset
for help on using the changeset viewer.