From b925439a14ac8c8787034f30631ad60dd626a299 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 6 Mar 2011 23:27:09 +0000 Subject: rationalise windows resource script make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929 --- windows/windbg.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'windows/windbg.h') 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 + * + * 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 . + */ + +#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 -- cgit v1.2.3