Changeset 21963 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Feb 6, 2012, 4:51:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r21916 r21963 1413 1413 *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA"); 1414 1414 } 1415 #if defined(__IBMC__) 1415 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 1416 1422 } 1417 1423 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.