* win32-nat.c (get_module_name): Change the type of parameter
authorJoel Brobecker <brobecker@gnat.com>
Fri, 9 Jan 2009 10:58:26 +0000 (10:58 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 9 Jan 2009 10:58:26 +0000 (10:58 +0000)
commitd3653bf63512b822238f8b0ccc812353f26cab33
tree55dd9086a78cb316e2447c26facbc45dd5314c5e
parent308a8808668c1edec499d244773b86761b7c873c
    * win32-nat.c (get_module_name): Change the type of parameter
        "base_address" to LPVOID.  Remove unnecessary cast.
        (struct lm_info): Change type of load_addr to LPVOID.
        (win32_make_so): Change the type of parameter "load_addr"
        to LPVOID.  Remove some unnecessary casts.
        (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
        (win32_xfer_shared_libraries): Add missing cast.
gdb/ChangeLog
gdb/win32-nat.c
gdb/windows-nat.c