Added stub implementation for WINNLS* functions.
[wine] / dlls / user / menu.c
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-08  William Poetra Yoga HGive the first menu item of a popup menu a distance...
2004-10-19  Dmitry TimoshkovMake TranslateAcceleratorA handle national characters.
2004-10-05  Dmitry TimoshkovAdd a test case for accelerators, make the test pass...
2004-09-24  Richard CohenMenuItemFromPoint shouldn't crash if there's no menu.
2004-09-20  Dmitry TimoshkovMake menu code cope with WM_SYSKEY*/WM_SYSCHAR messages.
2004-09-16  Dmitry TimoshkovAccept WM_SYSCHAR message for processsing in TranslateA...
2004-09-10  Michael KaufmannMake the menus of Delphi applications work.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...