Fix bad define (maybe)
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user