Wording of comment...

This commit is contained in:
Lutz Jänicke 2001-08-25 11:33:34 +00:00
parent 0fbf5f7102
commit bb8aab0211

2
e_os.h
View File

@ -425,7 +425,7 @@ extern HINSTANCE _hInstance;
#endif
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
/* include headers first, so our evil defines don't break it */
/* include headers first, so our defines don't break it */
#include <stdlib.h>
#include <string.h>
/* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */