comparison dwcompat.h @ 1975:b2cb0ef3ec3d

Win: Added partial or full dark mode support for containers, trees and toolbars. Fixed a warning due to a failure to include dirent.h for getcwd(). Tree and container now support foreground and background colors. Container header and stripe colors still need work. Toolbar widgets must not have a style set to function properly, so skip them.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 07 Aug 2019 00:25:15 +0000
parents 50c71474709b
children d83a86f5fe7f
comparison
equal deleted inserted replaced
1974:a806773066f6 1975:b2cb0ef3ec3d
172 #ifdef __stat64 172 #ifdef __stat64
173 #undef stat 173 #undef stat
174 #define stat(a, b) _stat64(a, b) 174 #define stat(a, b) _stat64(a, b)
175 #define dwstat __stat64 175 #define dwstat __stat64
176 #endif 176 #endif
177 #include <direct.h>
177 #else 178 #else
178 #include <dir.h> 179 #include <dir.h>
179 #include <dirent.h> 180 #include <dirent.h>
180 #endif 181 #endif
181 182