summaryrefslogtreecommitdiff
path: root/menus.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 13:06:12 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 13:06:12 -0500
commit42229820d2a47594f68d92356f8e8a86133a29f5 (patch)
tree3cd5deef283b4540bae2f75c049a5e69d4e9db20 /menus.go
parenta488e3ab36de1d6a329110fbaae44cd5747c854b (diff)
Added _windows.go extensions to all the files in preparation for the library writing.
Diffstat (limited to 'menus.go')
-rw-r--r--menus.go12
1 files changed, 0 insertions, 12 deletions
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
-)