| 85 | } |
| 86 | |
| 87 | const char* getCompileTimeString() |
| 88 | { |
| 89 | return __DATE__ " at " __TIME__; |
| 90 | } |
| 91 | //---------------------------------------------------------------- |
| 92 | |
| 93 | ConsoleFunctionGroupBegin( CompileInformation, "Functions to get version information about the current executable." ); |