* amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout.
[deliverable/binutils-gdb.git] / gdb / windows-tdep.h
index a38aa3393af5554e5fff16982e9189b52e5cd874..e9e0fbb15b35d3e67f943c85a005551c1046fabc 100644 (file)
    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 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
This page took 0.026789 seconds and 4 git commands to generate.