00001
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
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
00051
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
00062 #include "PServer.h"
00063 #include "PClient.h"
00064
00065
00066 #endif