]> gitweb.factorcode.org Git - factor.git/commitdiff
io.sockets.windows.nt: update string c-types in alien-indirect
authorJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 00:49:44 +0000 (16:49 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 22 Feb 2010 00:49:44 +0000 (16:49 -0800)
basis/io/sockets/windows/nt/nt.factor

index 0dd85954acb222857fc4b31f3e1e00e7a31b9469..8eb2df5b4624f3725f89e608c9c198350f5c1883 100644 (file)
@@ -55,8 +55,8 @@ TUPLE: ConnectEx-args port
         [ lpOverlapped>> ]
         [ ptr>> ]
     } cleave
-    "int"
-    { "SOCKET" "sockaddr_in*" "int" "PVOID" "DWORD" "LPDWORD" "void*" }
+    int
+    { SOCKET void* int PVOID DWORD LPDWORD void* }
     "stdcall" alien-indirect drop
     winsock-error-string [ throw ] when* ; inline