freebsd-ports/lang/cli/files/patch-pal::unix::include::pal::palinternal.h
Maxim Sobolev eb8f89e29c Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
2002-03-30 07:26:32 +00:00

21 lines
419 B
C

$FreeBSD$
--- pal/unix/include/pal/palinternal.h 2002/03/28 19:47:01 1.1
+++ pal/unix/include/pal/palinternal.h 2002/03/28 19:53:39
@@ -277,6 +277,7 @@
#define u_short PAL_u_short
#define u_int PAL_u_int
#define u_long PAL_u_long
+#define in_addr PAL_in_addr
#define wchar_t wchar_16
#define SOCKET PAL_SOCKET
@@ -385,6 +386,7 @@
#undef u_short
#undef u_int
#undef u_long
+#undef in_addr
#undef printf