remove definition of WINVER

is fixed by 00b42bb45be8a74fb5a68b94a4c1f9343c8e584f
This commit is contained in:
Thomas Bernard 2020-04-11 23:01:46 +02:00
parent 3551f6bbc6
commit 8876541953

View File

@ -22,9 +22,6 @@
You should have received a copy of the GNU General Public License
along with Grafx2; if not, see <http://www.gnu.org/licenses/>
*/
#if defined(WIN32)
#define _WIN32_WINNT 0x0500
#endif
#include <string.h>
#ifndef _MSC_VER
#include <strings.h>