home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / prog / Taller / reloj.exe / reloj.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-29  |  952 b   |  34 lines

  1. #if !defined(AFX_RELOJ_H__1F9998F2_082F_11D1_AF87_004033CA77BD__INCLUDED_)
  2. #define AFX_RELOJ_H__1F9998F2_082F_11D1_AF87_004033CA77BD__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7.  
  8. // reloj.h : main header file for RELOJ.DLL
  9.  
  10. #if !defined( __AFXCTL_H__ )
  11.     #error include 'afxctl.h' before including this file
  12. #endif
  13.  
  14. #include "resource.h"       // main symbols
  15.  
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CRelojApp : See reloj.cpp for implementation.
  18.  
  19. class CRelojApp : public COleControlModule
  20. {
  21. public:
  22.     BOOL InitInstance();
  23.     int ExitInstance();
  24. };
  25.  
  26. extern const GUID CDECL _tlid;
  27. extern const WORD _wVerMajor;
  28. extern const WORD _wVerMinor;
  29.  
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  32.  
  33. #endif // !defined(AFX_RELOJ_H__1F9998F2_082F_11D1_AF87_004033CA77BD__INCLUDED)
  34.