summaryrefslogtreecommitdiff
path: root/windows/windbg.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-03-06 23:27:09 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-03-06 23:27:09 +0000
commitb925439a14ac8c8787034f30631ad60dd626a299 (patch)
tree6d94f728b8d78fe1236a38f64758816d955806d1 /windows/windbg.h
parenta88963d82e3821797ff65afb5e68dbcbf5e13d60 (diff)
downloadnetsurf-b925439a14ac8c8787034f30631ad60dd626a299.tar.gz
netsurf-b925439a14ac8c8787034f30631ad60dd626a299.tar.bz2
rationalise windows resource script
make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929
Diffstat (limited to 'windows/windbg.h')
-rw-r--r--windows/windbg.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/windows/windbg.h b/windows/windbg.h
index d3f9099be..086ed343e 100644
--- a/windows/windbg.h
+++ b/windows/windbg.h
@@ -1 +1,25 @@
+/*
+ * Copyright 2010 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef _NETSURF_WINDOWS_WINDBG_H_
+#define _NETSURF_WINDOWS_WINDBG_H_
+
const char *msg_num_to_name(int msg);
+void win_perror(const char * lpszFunction);
+
+#endif