Changeset 21874 for branches/gcc-kmk/src
- Timestamp:
- Dec 9, 2011, 8:00:19 PM (14 years ago)
- Location:
- branches/gcc-kmk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/Makefile.kmk
r21873 r21874 38 38 include $(PATH_SUB_CURRENT)/crypt32/Makefile.kmk 39 39 include $(PATH_SUB_CURRENT)/ctl3d32/Makefile.kmk 40 include $(PATH_SUB_CURRENT)/dciman32/Makefile.kmk 40 41 41 42 include $(FILE_KBUILD_SUB_FOOTER) -
branches/gcc-kmk/src/dciman32/dciman32.def
r4809 r21874 7 7 EXPORTS 8 8 9 DCIBeginAccess = _DCIBeginAccess@20@110 DCICloseProvider = _DCICloseProvider@4@211 DCICreateOffscreen = _DCICreateOffscreen@40@312 DCICreateOverlay = _DCICreateOverlay@12@413 DCICreatePrimary = _DCICreatePrimary@8@514 DCIDestroy = _DCIDestroy@4@615 DCIDraw = _DCIDraw@4@716 DCIEndAccess = _DCIEndAccess@4@817 DCIEnum = _DCIEnum@20@918 DCIOpenProvider = _DCIOpenProvider@0@1019 DCISetClipList = _DCISetClipList@8@1120 DCISetDestination = _DCISetDestination@12@1221 DCISetSrcDestClip = _DCISetSrcDestClip@16@1322 GetDCRegionData = _GetDCRegionData@12@1423 GetWindowRegionData = _GetWindowRegionData@12@1524 WinWatchClose = _WinWatchClose@4@1625 WinWatchDidStatusChange = _WinWatchDidStatusChange@4@1726 WinWatchGetClipList = _WinWatchGetClipList@16@1827 WinWatchNotify = _WinWatchNotify@12@1928 WinWatchOpen = _WinWatchOpen@4@209 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 29 29
Note:
See TracChangeset
for help on using the changeset viewer.