comparison th_file.h @ 198:5a31e1f766be

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Feb 2016 20:27:28 +0200
parents 5c7de25666e7
children e6a278f140c4
comparison
equal deleted inserted replaced
197:88986d0b56ef 198:5a31e1f766be
15 #include "th_util.h" 15 #include "th_util.h"
16 16
17 17
18 // Platform specific defines 18 // Platform specific defines
19 #if defined(TH_PLAT_WINDOWS) 19 #if defined(TH_PLAT_WINDOWS)
20 # define TH_DIR_SEPARATOR '\\' 20 # define TH_DIR_SEPARATOR '\\'
21 #else 21 #else
22 # define TH_DIR_SEPARATOR '/' 22 # define TH_DIR_SEPARATOR '/'
23 #endif 23 #endif
24 24
25 25
26 // Flags for th_stat_path() 26 // Flags for th_stat_path()
27 enum 27 enum