Fixed some typos.
This commit is contained in:
parent
4b74894536
commit
31682e48cb
|
@ -3,7 +3,7 @@
|
|||
package ui
|
||||
|
||||
// #cgo LDFLAGS: -L${SRCDIR} -lui -framework CoreFoundation -lpthread -rpath @executable_path
|
||||
// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction */
|
||||
// /* (thanks to http://jorgen.tjer.no/post/2014/05/20/dt-rpath-ld-and-at-rpath-dyld/ for the @executable_path clarifiaction) */
|
||||
// #include <CoreFoundation/CoreFoundation.h>
|
||||
// #include <pthread.h>
|
||||
// extern void _CFRunLoopSetCurrent(CFRunLoopRef);
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// 20 december 2015
|
||||
|
||||
package ui
|
||||
|
||||
// #include "ui.h"
|
||||
|
|
Loading…
Reference in New Issue