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/user32/win32wbasenonclient.cpp

    r22082 r22088  
    14131413                *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA");
    14141414            }
    1415             ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] -- **experimental**",0);
     1415#ifdef DEBUG
     1416            ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] - **experimental** - (dbg-bld)",0);
     1417#else
     1418            ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] - **experimental** - (rel-bld)",0);
     1419#endif
    14161420        }
    14171421#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.