comparison Core/Compression/ZipWriter.cpp @ 658:e8e59e80868c

note about glog-0.3.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 12:08:07 +0100
parents eb5a0b21d05e
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
657:5425bb6f1ea5 658:e8e59e80868c
27 * 27 *
28 * You should have received a copy of the GNU General Public License 28 * You should have received a copy of the GNU General Public License
29 * along with this program. If not, see <http://www.gnu.org/licenses/>. 29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
30 **/ 30 **/
31 31
32 #ifdef _WIN32 32 #ifndef NOMINMAX
33 #define NOMINMAX 33 #define NOMINMAX
34 #endif 34 #endif
35 35
36 #include "ZipWriter.h" 36 #include "ZipWriter.h"
37 37