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/initterm.cpp

    r21916 r22088  
    7171char    szModName[ 256 ] = "";
    7272
     73/// Exported dummy function to indicate swt-branch -- to be removed later.
     74BOOL WINAPI odin32swt() {
     75    return TRUE;
     76}
     77
    7378static ULONG DLL_InitKernel32_internal(ULONG hModule)
    7479{
Note: See TracChangeset for help on using the changeset viewer.