File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2727 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828 * POSSIBILITY OF SUCH DAMAGE.
2929 */
30+
31+ /* turn of windows warnings for _strcmp etc. */
32+ #define _CRT_NONSTDC_NO_DEPRECATE
3033
3134#include "fmacros.h"
3235#include "alloc.h"
Original file line number Diff line number Diff line change 2929 * POSSIBILITY OF SUCH DAMAGE.
3030 */
3131
32+ /* turn of windows warnings for _strcmp etc. */
33+ #define _CRT_NONSTDC_NO_DEPRECATE
34+
3235#include "fmacros.h"
3336#include "alloc.h"
3437#include <stdlib.h>
Original file line number Diff line number Diff line change 2929 * POSSIBILITY OF SUCH DAMAGE.
3030 */
3131
32+ /* turn of windows warnings for _strcmp etc. */
33+ #define _CRT_NONSTDC_NO_DEPRECATE
34+
3235#include "fmacros.h"
3336#include <string.h>
3437#include <stdlib.h>
You can’t perform that action at this time.
0 commit comments