stdafx.h
上传用户:psq1974
上传日期:2007-01-06
资源大小:1195k
文件大小:1k
- /* Copyright (C) 1998, 1999 State University of New York at Stony Brook
- Author: Andrew V. Shuvalov ( andrew@ecsl.cs.sunysb.edu )
- Software license is located in file "COPYING"
- */
- #pragma warning( disable : 4786 )
- #include <stdio.h>
- #include <stdarg.h>
- #define _VA_LIST_DEFINED
- #include <afxsock.h> // MFC socket extensions
- #include <io.h>
- // threads
- #include <process.h>
- // STL
- #include <functional>
- #include <algorithm>
- #include <vector>
- #include <map>
- #include <string>
- #include <queue>
- #include <list>
- // MS - specific
- #include <ios.h>
- #include <iostream.h>
- #include <fstream.h>
- #include <ole2.h> // OLE