Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

win2vcc.h

Go to the documentation of this file.
00001 // win2vcc.h: The one and only header for win2vcc.lib
00011 
00012 #if !defined(__WIN2VCC_H__INCLUDED_)
00013 #define __WIN2VCC_H__INCLUDED_
00014 
00015 #if _MSC_VER > 1000
00016 #pragma once
00017 #endif // _MSC_VER > 1000
00018 
00019 // Ensure that WINVER and _WIN32_WINNT are correctly set
00020 #if (WINVER < 0x0400) || (_WIN32_WINNT < 0x0400)
00021 #error win2vcc.lib requires Windows NT 4 or higher ie WINVER >= 0x0400 && _WIN32_WINNT >= 0x0400
00022 #endif
00023 
00025 #if defined(UNICODE)
00026 #if !defined(_UNICODE)
00027 #define _UNICODE
00028 #endif
00029 #elif defined(_UNICODE)
00030 #if !defined(UNICODE)
00031 #define UNICODE
00032 #endif
00033 #endif
00034 
00035 #include <windows.h>
00036 #include <tchar.h>
00037 
00043 #ifndef PCTSTR
00044 typedef const TCHAR *PCTSTR;
00045 #endif
00046 #ifndef PTSTR
00047 typedef TCHAR *PTSTR;
00048 #endif
00049 
00050 // The Library //
00051 // Please make sure the following files are available
00052 
00053 #include "TString.h"
00054 #include "DIBitmap.h"
00055 
00056 #include "SWMRG.h"
00057 
00058 #include "WaitCallback.h"
00059 
00060 #include "errorCodes.h"
00061 //#include "Pipe.h" // included in following
00062 #include "PServer.h"
00063 #include "PClient.h"
00064 
00065 
00066 #endif 

Generated on Mon Mar 25 06:29:59 2002 for Window Dressing by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001