Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

stdafx.h

Go to the documentation of this file.
00001 
00032 #pragma once
00033 
00034 #define WIN32_LEAN_AND_MEAN                 
00035 
00036 // Minimum System Required: Internet Explorer 4.0, Windows 98 and Windows NT 4.0
00037 //
00038 // When this code is released, Windows 95 is almost 1 year after end-of-life announcement
00039 // and the code requires, among other things, fibers which are not supported on Win95.
00040 //
00041 #define WINVER 0x0400                       
00042 #define _WIN32_IE 0x0400                    
00043 #define _WIN32_WINNT 0x0410                 
00044 
00045 //  We include all necessary headers to make this an independent header, even if
00046 //  they usually will be included anyway.
00047 
00048 #include <windows.h>
00049 #include <stdio.h>
00050 #include <assert.h>
00051 #include <tchar.h>
00052 #include <stdlib.h>
00053 
00054 // Local includes
00055 #include "AxPipe.h"

Generated on Mon Feb 2 13:19:19 2004 for AxPipe by doxygen 1.3.5