Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it was safe to use.

This commit is contained in:
Pietro Gagliardi 2014-08-14 10:26:09 -04:00
parent 7ddc99fd7f
commit 19976849e1
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import (
)
// #cgo pkg-config: gtk+-3.0
// #cgo CFLAGS: --std=c99
// #include "gtk_unix.h"
// extern gboolean doissue(gpointer data);
import "C"

View File

@ -8,6 +8,7 @@ import (
"unsafe"
)
// #cgo CFLAGS: --std=c99
// #cgo LDFLAGS: -luser32 -lkernel32 -lgdi32 -luxtheme -lmsimg32
// #include "winapi_windows.h"
import "C"