12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #if !defined(AFX_STDAFX_H__5BCD2B6C_0D14_4C1E_8269_E522431AE0DD__INCLUDED_)
- #define AFX_STDAFX_H__5BCD2B6C_0D14_4C1E_8269_E522431AE0DD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #define VC_EXTRALEAN
- #include <windows.h>
- #include <windowsx.h>
- #ifdef _DEBUG
- #define DEBUG
- #endif
- #include <objbase.h>
- #include <control.h>
- #include <streams.h>
- #include <pstream.h>
- #ifndef WAVE_FORMAT_IEEE_FLOAT
- #define WAVE_FORMAT_IEEE_FLOAT (3)
- #endif
- #pragma warning( disable: 4786 )
- #include <string>
- #include <vector>
- #include <algorithm>
- using namespace std;
- #pragma warning( disable: 4355 )
- #endif
|