blob: b6d7f77682599f82dc9b6a033ba5fb457d41de79 (
plain) (
tree)
|
|
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <conio.h>
#include <ctype.h>
#include <io.h>
#include <dos.h>
#include <fcntl.h>
#include <time.h>
#include <string.h>
#include <share.h>
#include <direct.h>
#include <errno.h>
#include <assert.h>
#include <sys\types.h>
#include <sys\stat.h>
#ifndef OS_WIN32 //16-bit specific stuff
# include <bios.h>
#endif
#include <windows.h>
#ifdef OS_WIN32 //32-bit specific stuff
# include <port1632.h>
#endif
#include <dde.h>
#include <commdlg.h> //common dialog types, etc.
#if !defined( OEM_MSOFT ) // Microsoft app doesn't have email feature
#include <mapi.h> // email
#endif
#include "portdefs.h"
#include "stdtypes.h"
#include "bengine.h"
#ifdef OS_WIN32
# include "omevent.h"
#endif
#ifndef SOME
# include "some.h"
#endif
|