Changeset 21874 for branches/gcc-kmk/src


Ignore:
Timestamp:
Dec 9, 2011, 8:00:19 PM (14 years ago)
Author:
dmik
Message:

Port DCIMAN32 to GCC/kBuild.

Location:
branches/gcc-kmk/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/Makefile.kmk

    r21873 r21874  
    3838include $(PATH_SUB_CURRENT)/crypt32/Makefile.kmk
    3939include $(PATH_SUB_CURRENT)/ctl3d32/Makefile.kmk
     40include $(PATH_SUB_CURRENT)/dciman32/Makefile.kmk
    4041
    4142include $(FILE_KBUILD_SUB_FOOTER)
  • branches/gcc-kmk/src/dciman32/dciman32.def

    r4809 r21874  
    77EXPORTS
    88
    9  DCIBeginAccess            = _DCIBeginAccess@20             @1
    10  DCICloseProvider          = _DCICloseProvider@4            @2
    11  DCICreateOffscreen        = _DCICreateOffscreen@40         @3
    12  DCICreateOverlay          = _DCICreateOverlay@12           @4
    13  DCICreatePrimary          = _DCICreatePrimary@8            @5
    14  DCIDestroy                = _DCIDestroy@4                  @6
    15  DCIDraw                   = _DCIDraw@4                     @7
    16  DCIEndAccess              = _DCIEndAccess@4                @8
    17  DCIEnum                   = _DCIEnum@20                    @9
    18  DCIOpenProvider           = _DCIOpenProvider@0             @10
    19  DCISetClipList            = _DCISetClipList@8              @11
    20  DCISetDestination         = _DCISetDestination@12          @12
    21  DCISetSrcDestClip         = _DCISetSrcDestClip@16          @13
    22  GetDCRegionData           = _GetDCRegionData@12            @14
    23  GetWindowRegionData       = _GetWindowRegionData@12        @15
    24  WinWatchClose             = _WinWatchClose@4               @16
    25  WinWatchDidStatusChange   = _WinWatchDidStatusChange@4     @17
    26  WinWatchGetClipList       = _WinWatchGetClipList@16        @18
    27  WinWatchNotify            = _WinWatchNotify@12             @19
    28  WinWatchOpen              = _WinWatchOpen@4                @20
     9 DCIBeginAccess            = "_DCIBeginAccess@20"           @1
     10 DCICloseProvider          = "_DCICloseProvider@4"          @2
     11 DCICreateOffscreen        = "_DCICreateOffscreen@40"       @3
     12 DCICreateOverlay          = "_DCICreateOverlay@12"         @4
     13 DCICreatePrimary          = "_DCICreatePrimary@8"          @5
     14 DCIDestroy                = "_DCIDestroy@4"                @6
     15 DCIDraw                   = "_DCIDraw@4"                   @7
     16 DCIEndAccess              = "_DCIEndAccess@4"              @8
     17 DCIEnum                   = "_DCIEnum@20"                  @9
     18 DCIOpenProvider           = "_DCIOpenProvider@0"           @10
     19 DCISetClipList            = "_DCISetClipList@8"            @11
     20 DCISetDestination         = "_DCISetDestination@12"        @12
     21 DCISetSrcDestClip         = "_DCISetSrcDestClip@16"        @13
     22 GetDCRegionData           = "_GetDCRegionData@12"          @14
     23 GetWindowRegionData       = "_GetWindowRegionData@12"      @15
     24 WinWatchClose             = "_WinWatchClose@4"             @16
     25 WinWatchDidStatusChange   = "_WinWatchDidStatusChange@4"   @17
     26 WinWatchGetClipList       = "_WinWatchGetClipList@16"      @18
     27 WinWatchNotify            = "_WinWatchNotify@12"           @19
     28 WinWatchOpen              = "_WinWatchOpen@4"              @20
    2929
Note: See TracChangeset for help on using the changeset viewer.