aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/stdafx.h b/stdafx.h
index 5ad444f399..f1f8202370 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -1,12 +1,3 @@
-/*
- * $Id$
- *
- * $Log$
- * Revision 1.4 2001/11/03 06:40:51 cmatsuoka
- * Not including unistd.h in BeOS (breaks cross-compilation).
- *
- */
-
#if defined(WIN32)
#if _MSC_VER > 1000
@@ -48,6 +39,7 @@
#include <conio.h>
#include <malloc.h>
#include <assert.h>
+#include <mmsystem.h>
#else
@@ -56,9 +48,7 @@
#endif
#include <sys/types.h>
#include <sys/uio.h>
-#if !defined(__BEOS__)
#include <unistd.h>
-#endif
#include <stdio.h>
#include <fcntl.h>
#include <stdlib.h>