According to the MSDN, it should be:
Code:
AppendMenu(menu_file, MF_SEPARATOR, 0, 0);
Viggy