// -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- // // STDAFX.H // VBX Studio 2.0 // 18-jul-95 // ®HEXANET, COPYRIGHT HEXANET 1993-1995, ALL RIGHTS RESERVED // EMail: hnet@dialup.francenet.fr / CIS: 100333,27 // HexaNet SW - BP 385.16 - 75768 PARIS CDX 16 - FRANCE // // You can distribute this file as long as you distribute // the full VBX Studio package. // -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- // You can use this sample file as you want. // -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #ifdef _WIN32 #ifndef _WINDOWS #define _WINDOWS #endif #endif #ifdef _WINDOWS #ifndef __AFXWIN_H__ #include // MFC core and standard components #include #include #endif #ifndef _WIN32 #ifndef _INC_TOOLHELP #include #endif #endif #else #ifndef __AFX_H__ #include // MFC core and standard components #endif #ifndef _INC_MALLOC #include #endif #ifndef _INC_STDIO #include #endif #endif #ifndef _INC_CTYPE #include #endif #ifndef _INC_STDLIB #include #endif #ifndef _INC_STRING #include #endif #ifndef _INC_MATH #include #endif #ifndef _INC_TYPES #include #endif #ifndef _INC_STAT #include #endif #ifndef _INC_DIRECT #include #endif #ifndef _INC_DOS #include #endif #ifndef _INC_ERRNO #include #endif #ifndef _INC_MEMORY #include #endif #ifndef _INC_IO #include #endif #ifndef _INC_TIME #include #endif #ifndef _INC_FCNTL #include #endif #ifndef _INC_LIMITS #include #endif #ifdef _WIN32 #ifndef _INC_PROCESS #include #endif #endif #ifndef _CSTR_H #include #endif // ------------------------------------------------------------------------------------------- // VBX Studio 2.0 dependencies #include