Corrected #ifdef

This commit is contained in:
jez_higgins 2003-09-10 08:48:08 +00:00
parent 27d574f2a8
commit 357f5188f5

View file

@ -19,7 +19,7 @@
#include <vector>
#include <algorithm>
#ifndef ARABICA_VS6_WORKAROUND
#ifdef ARABICA_VS6_WORKAROUND
#include <minmax.h>
#endif