36 lines
1 KiB
C
36 lines
1 KiB
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
//
|
|
// File: stdafx.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
// 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__AC9A01D7_B0A9_11D1_8224_000000000000__INCLUDED_)
|
|
#define AFX_STDAFX_H__AC9A01D7_B0A9_11D1_8224_000000000000__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
|
|
//other includes
|
|
#include <winsock.h>
|
|
#include <af_irda.h>
|
|
#include <cpl.h>
|
|
#include <winreg.h>
|
|
#include <shlobj.h>
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__AC9A01D7_B0A9_11D1_8224_000000000000__INCLUDED_)
|