summaryrefslogtreecommitdiff
path: root/menus_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 16:17:17 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 16:17:17 -0500
commit9b19ee72457586e41da5788f802c6bc55ea7a84b (patch)
treeeea575b4db46d314f27a1da3044a25dea7787dc7 /menus_windows.go
parent9794814e9375e597d087b94e9643c943f7999f9c (diff)
Moved things that I haven't migated yet out of the way for now.
Diffstat (limited to 'menus_windows.go')
-rw-r--r--menus_windows.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/menus_windows.go b/menus_windows.go
deleted file mode 100644
index 4f6c059..0000000
--- a/menus_windows.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// 10 february 2014
-package main
-
-import (
-// "syscall"
-// "unsafe"
-)
-
-// Menu notifications.
-const (
- WM_COMMAND = 0x0111
-)