comparison src/dired-msw.c @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 727739f917cb
children c42ec1d1cded
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
77 77
78 #include "sysfile.h" 78 #include "sysfile.h"
79 #include "sysdir.h" 79 #include "sysdir.h"
80 80
81 #include <windows.h> 81 #include <windows.h>
82 #include <limits.h>
82 83
83 #if ROUND_FILE_SIZES > 0 84 #if ROUND_FILE_SIZES > 0
84 #include <math.h> /* for floor() */ 85 #include <math.h> /* for floor() */
85 #endif 86 #endif
86 87