diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 10:26:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 10:26:09 -0400 |
| commit | 19976849e168cb2faa6cfb73517cd7c762430f6f (patch) | |
| tree | d39c471b44520dfe7419f8307ae4982ac7f77881 /redo/uitask_windows.go | |
| parent | 7ddc99fd7fe36184b8b29388fde412faeee7dac5 (diff) | |
Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it was safe to use.
Diffstat (limited to 'redo/uitask_windows.go')
| -rw-r--r-- | redo/uitask_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/uitask_windows.go b/redo/uitask_windows.go index 288b33f..54b29cb 100644 --- a/redo/uitask_windows.go +++ b/redo/uitask_windows.go @@ -8,6 +8,7 @@ import ( "unsafe" ) +// #cgo CFLAGS: --std=c99 // #cgo LDFLAGS: -luser32 -lkernel32 -lgdi32 -luxtheme -lmsimg32 // #include "winapi_windows.h" import "C" |
