From 42229820d2a47594f68d92356f8e8a86133a29f5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 13:06:12 -0500 Subject: Added _windows.go extensions to all the files in preparation for the library writing. --- menus.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 menus.go (limited to 'menus.go') diff --git a/menus.go b/menus.go deleted file mode 100644 index 4f6c059..0000000 --- a/menus.go +++ /dev/null @@ -1,12 +0,0 @@ -// 10 february 2014 -package main - -import ( -// "syscall" -// "unsafe" -) - -// Menu notifications. -const ( - WM_COMMAND = 0x0111 -) -- cgit v1.2.3