Changeset 12624
- Timestamp:
- Aug 19, 2009, 11:09:58 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/objc-bridge/objc-runtime.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/objc-bridge/objc-runtime.lisp
r12592 r12624 406 406 path)) 407 407 (open-shared-library "Foundation.1.0.dll") 408 (open-shared-library "AppKit.1.0.dll")) 408 (open-shared-library "AppKit.1.0.dll") 409 ;; We may need to call #_NSInitializeProcess 410 ;; under Cocotron. If so, we'd need to do 411 ;; so on standalone startup, too, and would 412 ;; have to heap-allocated the string vector 413 ;; and its strings. 414 #+notyet 415 (with-string-vector (argv (kernel-path)) 416 (#_NSInitializeProcess 1 argv))) 409 417 (setenv "PATH" path))) 410 418 ;(#_GetCurrentEventQueue)
Note:
See TracChangeset
for help on using the changeset viewer.
