comparison win/dw.c @ 15:81833f25b1aa

Added new Dynamic Windows build information to the DWEnv struct. It reports version numbers and build time/date.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 12 Jul 2001 20:31:26 +0000
parents 176cee043f1b
children f26eced21a30
comparison
equal deleted inserted replaced
14:176cee043f1b 15:81833f25b1aa
5327 else 5327 else
5328 { 5328 {
5329 strcpy(env->osName, "Windows 95/98/ME"); 5329 strcpy(env->osName, "Windows 95/98/ME");
5330 env->MajorBuild = 0; 5330 env->MajorBuild = 0;
5331 } 5331 }
5332
5333 strcpy(env->buildDate, __DATE__);
5334 strcpy(env->buildTime, __TIME__);
5335 env->DWMajorVersion = DW_MAJOR_VERSION;
5336 env->DWMinorVersion = DW_MINOR_VERSION;
5337 env->DWSubVersion = DW_SUB_VERSION;
5332 } 5338 }
5333 5339
5334 /* 5340 /*
5335 * Opens a file dialog and queries user selection. 5341 * Opens a file dialog and queries user selection.
5336 * Parameters: 5342 * Parameters: