Ver Fonte

Patched a pointer that must be untraced

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7366 8c9fc860-2736-0410-a75d-ab315db34111
felixf há 8 anos atrás
pai
commit
8bd66ceb47
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      source/Win32.WSock32.Mod

+ 1 - 1
source/Win32.WSock32.Mod

@@ -99,7 +99,7 @@ MODULE WSock32; (* AUTHOR "ejz, additions Alex Popescu"; PURPOSE " Win32 WSock32
 		(** The Windows Sockets hostent structure is used by functions to store information about a given host,
 			such as host name, IP address, and so forth. *)
 		LPHostent* = ADDRESS;
-		PHostent*= POINTER TO Hostent;
+		PHostent*= POINTER {UNTRACED} TO Hostent;
 		Hostent* = RECORD
 			hName*:ADDRESS; (* pointer to array of char *)
 			hAliases*: ADDRESS; (* pointer to array of pointer to array of char *)