Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
     Retrieve version information and do not display.

...

     long lVersion;
int iMajorRel;
int iMinorRel;
 

...

     lVersion = LceVersion(FALSE,

...

 NULL);

...

     iMajorRel = HIWORD(lVersion);

...

     iMinorRel = LOWORD(lVersion);