Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
478 B

  1. //--------------------------------------------------------------------------
  2. // TimeBomb.H
  3. //--------------------------------------------------------------------------
  4. #ifndef _TIMEBOMB_H_
  5. #include "IPServer.H"
  6. #include "winbase.h"
  7. #define SZEXPIRED1 "Sorry, this control has expired. Please obtain a newer version"
  8. #define SZEXPIRED2 "Expired"
  9. //prototypes
  10. BOOL CheckExpired (void);
  11. BOOL After (SYSTEMTIME t1, SYSTEMTIME t2);
  12. #define _TIMEBOMB_H_
  13. #endif // _TIMEBOMB_H_