add GetSysInfo

This commit is contained in:
Glenn Maynard
2003-11-28 21:17:11 +00:00
parent 4f6498ace0
commit 00484f881b
2 changed files with 35 additions and 0 deletions
@@ -0,0 +1,6 @@
#ifndef GET_SYS_INFO_H
void GetKernel( CString &sys, int &vers );
#endif