- Timestamp:
- Apr 2, 2012, 6:40:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r21963 r21991 1413 1413 *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA"); 1414 1414 } 1415 #if defined(__IBMC__) 1416 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 1415 ShellAboutA(Win32Hwnd,"Odin","Odin Beta",0); 1422 1416 } 1423 1417 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.