mirror of
https://github.com/holub/mame
synced 2025-05-05 22:04:43 +03:00
Fixed linking of chdman.exe and romcmp.exe with Visual
Studio. [Oliver Stoneberg]
This commit is contained in:
parent
493315be0d
commit
0bdba8491b
@ -3307,7 +3307,7 @@ static chd_error chdman_clone_metadata(chd_file *source, chd_file *dest)
|
||||
main - entry point
|
||||
-------------------------------------------------*/
|
||||
|
||||
int CLIB_DECL main(int argc, char **argv)
|
||||
int CLIB_DECL main(int argc, char *argv[])
|
||||
{
|
||||
static const struct
|
||||
{
|
||||
|
@ -553,7 +553,7 @@ static int load_files(int i, int *found, const char *path)
|
||||
}
|
||||
|
||||
|
||||
int CLIB_DECL main(int argc,char **argv)
|
||||
int CLIB_DECL main(int argc,char *argv[])
|
||||
{
|
||||
int err;
|
||||
int total_modes = MODE_NIB2; /* by default, use only MODE_A, MODE_NIB1 and MODE_NIB2 */
|
||||
|
Loading…
Reference in New Issue
Block a user