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