comparison src/dired-msw.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents de805c49cfc1
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
74 74
75 #include "buffer.h" 75 #include "buffer.h"
76 #include "regex.h" 76 #include "regex.h"
77 77
78 #include "sysdir.h" 78 #include "sysdir.h"
79 #include "sysfile.h"
79 #include "sysproc.h" 80 #include "sysproc.h"
80 #include "sysfile.h" 81
81 82 #include <windows.h>
83 #include <limits.h>
82 #include <time.h> 84 #include <time.h>
83 85
84 #include <winsock.h> /* To make nt.h happy */ 86 #include <winsock.h> /* To make nt.h happy */
85 #include "nt.h" /* For prototypes */ 87 #include "nt.h" /* For prototypes */
86 88