From cfcac03df76e9ccfe81f3b8f70126ddcf2463637 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 24 Mar 2014 17:01:33 -0400 Subject: Added GDI+ to the package's Windows version: DLL loaded, initialized, and shut down. It will be used for drawing to Areas because using GDI itself is more complex than it needs to be. --- common_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common_windows.go') diff --git a/common_windows.go b/common_windows.go index eaa7d34..ee09650 100644 --- a/common_windows.go +++ b/common_windows.go @@ -12,6 +12,7 @@ var ( kernel32 = syscall.NewLazyDLL("kernel32.dll") gdi32 = syscall.NewLazyDLL("gdi32.dll") comctl32 = syscall.NewLazyDLL("comctl32.dll") + gdiplus = syscall.NewLazyDLL("gdiplus.dll") ) type _HANDLE uintptr -- cgit v1.2.3