Mercurial > hg > xemacs-beta
comparison src/dired-msw.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | c42ec1d1cded |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
73 #include "lisp.h" | 73 #include "lisp.h" |
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 "sysfile.h" | 79 #include "sysfile.h" |
79 #include "sysdir.h" | 80 #include "sysproc.h" |
80 | 81 |
81 #include <windows.h> | 82 #include <windows.h> |
82 #include <limits.h> | 83 #include <limits.h> |
84 #include <time.h> | |
85 | |
86 #include <winsock.h> /* To make nt.h happy */ | |
87 #include "nt.h" /* For prototypes */ | |
83 | 88 |
84 #if ROUND_FILE_SIZES > 0 | 89 #if ROUND_FILE_SIZES > 0 |
85 #include <math.h> /* for floor() */ | 90 #include <math.h> /* for floor() */ |
86 #endif | 91 #endif |
87 | 92 |