- Timestamp:
- Jun 1, 2008, 11:30:36 PM (16 years ago)
- File:
-
- 1 edited
-
branches/win64/lib/foreign-types.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/win64/lib/foreign-types.lisp
r9336 r9649 1718 1718 (canonicalize-foreign-type-ordinal #+windows-target nil #-windows-target '(:array (:struct :pollfd) 1)) 1719 1719 (canonicalize-foreign-type-ordinal #+windows-target #>FILETIME #-windows-target nil) 1720 (canonicalize-foreign-type-ordinal #+windows-target #>SYSTEM_INFO #-windows-target nil)))) 1720 (canonicalize-foreign-type-ordinal #+windows-target #>SYSTEM_INFO #-windows-target nil) 1721 (canonicalize-foreign-type-ordinal #+windows-target #>HANDLE #-windows-target nil) 1722 (canonicalize-foreign-type-ordinal #+windows-target #>PROCESS_INFORMATION #-windows-target nil) 1723 (canonicalize-foreign-type-ordinal #+windows-target #>STARTUPINFO #-windows-target nil) 1724 (canonicalize-foreign-type-ordinal #+windows-target '(:array #>HANDLE 2) #-windows-target nil) 1725 1726 ))) 1721 1727 1722 1728
Note:
See TracChangeset
for help on using the changeset viewer.
