aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ntlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ntlib.c')
-rw-r--r--lib-src/ntlib.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index 9dbfda90e00..41b4e3a0cbc 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -20,20 +20,6 @@ GNU General Public License for more details.
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 22
23#ifdef __MINGW32__
24/* A kludge to avoid including header files in lib/. They cannot be
25 configured-out, and their stuff interferes with what we have
26 defined in this header and in other headers in nt/inc. Yuck! */
27#define __need_system_fcntl_h
28#define _GL_FCNTL_H
29#define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H
30#define _GL_ALREADY_INCLUDING_SIGNAL_H
31#define _GL_ALREADY_INCLUDING_STDIO_H
32#define __need_system_stdlib_h
33#define _GL_TIME_H
34#define __need_system_sys_stat_h
35#endif
36
37#include <windows.h> 23#include <windows.h>
38#include <stdlib.h> 24#include <stdlib.h>
39#include <stdio.h> 25#include <stdio.h>