X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fwindows-tdep.h;h=e9e0fbb15b35d3e67f943c85a005551c1046fabc;hb=dc05df573e1aa9dc6e970734e85d22f2f8bc4047;hp=a38aa3393af5554e5fff16982e9189b52e5cd874;hpb=bfb87e33ab2006cc3ab23d18fd921425223337c5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/windows-tdep.h b/gdb/windows-tdep.h index a38aa3393a..e9e0fbb15b 100644 --- a/gdb/windows-tdep.h +++ b/gdb/windows-tdep.h @@ -15,13 +15,12 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef WIN32_TDEP_H -#define WIN32_TDEP_H +#ifndef WINDOWS_TDEP_H +#define WINDOWS_TDEP_H struct obstack; -extern void win32_xfer_shared_library (const char* so_name, - CORE_ADDR load_addr, - struct obstack *obstack); - +extern void windows_xfer_shared_library (const char* so_name, + CORE_ADDR load_addr, + struct obstack *obstack); #endif