windows build with msvc2022
[andemo] / libs / psys / pattr.c
index 8046e02..7c161cb 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include <ctype.h>
 #include <assert.h>
 
-#ifdef __MSVCRT__
+#ifdef _WIN32
 #include <malloc.h>
 #else
 #include <alloca.h>