Changeset 3076 for trunk/src


Ignore:
Timestamp:
Mar 10, 2000, 5:13:45 PM (25 years ago)
Author:
sandervl
Message:

Added stubs

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 cbratschi Exp $
     1; $Id: gdi32.DEF,v 1.6 2000-03-10 16:13:44 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    1313
    1414EXPORTS
     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
    1521    AbortDoc                   = _AbortDoc@4                 @105
    1622    AbortPath                  = _AbortPath@4                @106
  • trunk/src/gdi32/makefile

    r3031 r3076  
    1 # $Id: makefile,v 1.23 2000-03-06 23:38:38 bird Exp $
     1# $Id: makefile,v 1.24 2000-03-10 16:13:45 sandervl Exp $
    22
    33#
     
    2525OBJS = \
    2626$(OBJDIR)\gdi32.obj \
     27$(OBJDIR)\driver.obj \
    2728$(OBJDIR)\opengl.obj \
    2829$(OBJDIR)\callback.obj \
Note: See TracChangeset for help on using the changeset viewer.