diff options
Diffstat (limited to 'dialog_windows.go')
| -rw-r--r-- | dialog_windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dialog_windows.go b/dialog_windows.go index 546c5c5..21beee0 100644 --- a/dialog_windows.go +++ b/dialog_windows.go @@ -8,6 +8,8 @@ import ( "unsafe" ) +// TODO change what the default window titles are? + // MessageBox button types. const ( _MB_ABORTRETRYIGNORE = 0x00000002 |
