home *** CD-ROM | disk | FTP | other *** search
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently, but
- // are changed infrequently
- //
-
- #if !defined(AFX_STDAFX_H__BEC72C55_D23B_11D2_A5B7_00105A9C91C6__INCLUDED_)
- #define AFX_STDAFX_H__BEC72C55_D23B_11D2_A5B7_00105A9C91C6__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
-
- ////////////////////////////////////////////
- // BEGIN ATL REQUIRED
-
-
- #define _ATL_APARTMENT_THREADED
- #define _ATL_MAX_VARTYPES 15 // This is required to support many parameters in events
-
- #include <atlbase.h>
- extern CComModule _Module; // Only the extern declaration is required by atlcom.h.
- // Since the symbol is not referenced, it doesn't
- // need to exist.
- #include <atlcom.h>
-
- // END ATL REQUIRED
- ////////////////////////////////////////////
-
- #include <windows.h>
- #include <stdio.h>
- #include <conio.h>
-
- // TODO: reference additional headers your program requires here
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_STDAFX_H__BEC72C55_D23B_11D2_A5B7_00105A9C91C6__INCLUDED_)
-