summaryrefslogtreecommitdiff
path: root/unmigrated/menus_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 19:09:10 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 19:09:10 -0500
commitecb2205e02fa68e3c820d2139f6d735ad799a0c2 (patch)
treef0a5a76d24ee26b83e127030d39e09f502a16629 /unmigrated/menus_windows.go
parent09a42e0c344ce4c23918c305f7d27ad44116ba8e (diff)
More error corrections; not done yet...
Diffstat (limited to 'unmigrated/menus_windows.go')
-rw-r--r--unmigrated/menus_windows.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/unmigrated/menus_windows.go b/unmigrated/menus_windows.go
deleted file mode 100644
index 4f6c059..0000000
--- a/unmigrated/menus_windows.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// 10 february 2014
-package main
-
-import (
-// "syscall"
-// "unsafe"
-)
-
-// Menu notifications.
-const (
- WM_COMMAND = 0x0111
-)