summaryrefslogtreecommitdiff
path: root/frontends/windows/about.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-18 23:30:12 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-18 23:30:12 +0100
commita6c595f4f305c43d9da825ad31c0011fe02d0684 (patch)
treefbf00062ed627e21d3c0217e77f6cc341078ce68 /frontends/windows/about.h
parentc938d1962bed31f0723707fc978bb65ab5a47ef2 (diff)
downloadnetsurf-a6c595f4f305c43d9da825ad31c0011fe02d0684.tar.gz
netsurf-a6c595f4f305c43d9da825ad31c0011fe02d0684.tar.bz2
add win32 http authentication dialog
Diffstat (limited to 'frontends/windows/about.h')
-rw-r--r--frontends/windows/about.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/windows/about.h b/frontends/windows/about.h
index e0315b507..807c7b900 100644
--- a/frontends/windows/about.h
+++ b/frontends/windows/about.h
@@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _NETSURF_WINDOWS_ABOUT_H_
-#define _NETSURF_WINDOWS_ABOUT_H_
+#ifndef NETSURF_WINDOWS_ABOUT_H
+#define NETSURF_WINDOWS_ABOUT_H
-void nsws_about_dialog_init(HINSTANCE hinst, HWND parent);
+void nsw32_about_dialog_init(HINSTANCE hinst, HWND parent);
#endif