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.

35 lines
612 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. // Hours.h : main header file for HOURS.DLL
  5. File History:
  6. JonY May-96 created
  7. --*/
  8. #if !defined( __AFXCTL_H__ )
  9. #error include 'afxctl.h' before including this file
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CHoursApp : See Hours.cpp for implementation.
  14. class CHoursApp : public COleControlModule
  15. {
  16. public:
  17. BOOL InitInstance();
  18. int ExitInstance();
  19. };
  20. extern const GUID CDECL _tlid;
  21. extern const WORD _wVerMajor;
  22. extern const WORD _wVerMinor;