aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_gui_resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_gui_resources.h')
-rw-r--r--src/os/win32/ngx_gui_resources.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/os/win32/ngx_gui_resources.h b/src/os/win32/ngx_gui_resources.h
deleted file mode 100644
index cfbb00f1a..000000000
--- a/src/os/win32/ngx_gui_resources.h
+++ /dev/null
@@ -1,19 +0,0 @@
-
-/*
- * Copyright (C) Igor Sysoev
- */
-
-
-#ifndef _NGX_GUI_RESOURCES_H_INCLUDED_
-#define _NGX_GUI_RESOURCES_H_INCLUDED_
-
-
-#include <winuser.h>
-
-
-#define NGX_WM_TRAY WM_USER
-#define NGX_WM_EXIT WM_USER + 1
-#define NGX_WM_ABOUT WM_USER + 2
-
-
-#endif /* _NGX_GUI_RESOURCES_H_INCLUDED_ */