Fix bad define (maybe)

This commit is contained in:
Dominic Spill
2018-03-26 21:16:23 -06:00
parent c8e8d33a59
commit e0e02bcd7a

View File

@ -34,7 +34,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI
/* Stop MSVC complaining about strdup()
* Sure, we could fix this another way if strdup() is ever deprecated
*/
#define _CRT_NONSTDC_NO_DEPRECATE 1
#define _CRT_NONSTDC_NO_DEPRECATE
#endif
#include <pthread.h>