summaryrefslogtreecommitdiffstats
path: root/private/utils/ntbackup/inc/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/utils/ntbackup/inc/all.h')
-rw-r--r--private/utils/ntbackup/inc/all.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/private/utils/ntbackup/inc/all.h b/private/utils/ntbackup/inc/all.h
new file mode 100644
index 000000000..b6d7f7768
--- /dev/null
+++ b/private/utils/ntbackup/inc/all.h
@@ -0,0 +1,48 @@
+#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
+
+