another mxdemo fix (need a string instead of path)
svn: r6988
This commit is contained in:
parent
e0f6578877
commit
cba6e89569
|
@ -17,8 +17,8 @@
|
|||
(define-runtime-path myspage-dll '(so "myspage"))
|
||||
(define-runtime-path myssink-dll '(so "myssink"))
|
||||
;; Register them every time we start:
|
||||
(system* "regsvr32.exe" "/s" myspage-dll)
|
||||
(system* "regsvr32.exe" "/s" myssink-dll)
|
||||
(system* "regsvr32.exe" "/s" (path->string myspage-dll))
|
||||
(system* "regsvr32.exe" "/s" (path->string myssink-dll))
|
||||
|
||||
; the browser with the calendar
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user