Fix usage of __OPT_i__

This commit is contained in:
Colin Leroy-Mira
2023-09-07 21:36:39 +02:00
parent cbc5603d63
commit 9669710cc3

View File

@@ -31,7 +31,7 @@
#ifndef _ARPA_INET_H
#define _ARPA_INET_H
#ifndef __OPT_i__
#if (__OPT_i__ < 200)
int __fastcall__ ntohs (int val);
int __fastcall__ htons (int val);
#else