Ignore:
Timestamp:
Feb 6, 2012, 4:51:04 PM (14 years ago)
Author:
dmik
Message:

Print version number in About Odin dialog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbasenonclient.cpp

    r21916 r21963  
    14131413                *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA");
    14141414            }
     1415#if defined(__IBMC__)
    14151416            ShellAboutA(Win32Hwnd,"Odin","Odin alpha release compiled with IBM VAC++",0);
     1417#elif defined(__GNUC__)
     1418            ShellAboutA(Win32Hwnd,"Odin","Odin beta release compiled with GCC",0);
     1419#else
     1420#error Specify the proper compiler message string!
     1421#endif
    14161422        }
    14171423#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.