rocksdb/utilities/backupable
Dmitri Smirnov d1a457181d Ensure Windows build w/o port/port.h in public headers
- Remove make file defines from public headers and use _WIN32 because it is compiler defined
 - use __GNUC__ and __clang__ to guard non-portable attributes
 - add #include "port/port.h" to some new .cc files.
 - minor changes in CMakeLists to reflect recent changes
2015-07-16 12:10:16 -07:00
..
backupable_db_test.cc Better error handling in BackupEngine 2015-07-14 20:51:36 +02:00
backupable_db.cc Ensure Windows build w/o port/port.h in public headers 2015-07-16 12:10:16 -07:00