[ros-dev] [ros-diffs] [tretiakov] 25758: Add multiple keyboard layout support. Implemented NtUserLoadKeyboardLayoutEx, NtUserActivateKeyboardLayout, NtUserGetKeyboardLayoutList, NtUserGetKeyboardLayoutName.

Thomas Weidenmueller w3seek at reactos.com
Fri Feb 9 22:57:58 CET 2007


> +   if(!*phModule) DPRINT1( "Failed to load %wZ\n", &FullLayoutPath );
> +   else DPRINT( "Loaded Keyboard Layout: %wZ\n", &FullLayoutPath  );

Code like this might expand incorrectly, which is why it's highly
recommended to use {...}

- Thomas


More information about the Ros-dev mailing list