Ignore:
Timestamp:
Mar 10, 2015, 9:03:11 AM (11 years ago)
Author:
rousseau
Message:

Mark kernel32 and user32 as built from the swt-branch

To prevent testing against an already loaded stock kernel32,
local tests and the swt-os2-demo check for odin32swt() to be exported.
Also, the AboutBox shows this is an experimental build based upon the
swt-branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/kernel32/kernel32.def

    r22047 r22088  
    66CODE SHARED LOADONCALL
    77
    8 DESCRIPTION 'Odin32 System DLL - Kernel32'
     8DESCRIPTION 'Odin32 System DLL - Kernel32 (rel)'
    99
    1010;
     
    173173     RestoreThunkLock           = "_RestoreThunkLock@4"           @49
    174174     _ConfirmWin16Lock          = "__ConfirmWin16Lock@0"          @96
     175
     176    odin32swt                   = "_odin32swt@0"         @4000
    175177
    176178     AddAtomA                   = "_AddAtomA@4"                    @50
Note: See TracChangeset for help on using the changeset viewer.