diff --git a/output/outform.h b/output/outform.h index 44c4c0a9..e703d99c 100644 --- a/output/outform.h +++ b/output/outform.h @@ -348,6 +348,13 @@ static struct ofmt_alias { "MACHO (short name for MACHO32)", &of_macho32, }, +#endif +#ifdef OF_WIN32 + { + "win", + "WIN (short name for WIN32)", + &of_win32, + }, #endif { NULL, NULL, NULL } };