- 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
Thomas Weidenmueller пишет:
Code like this might expand incorrectly, which is why it's highly recommended to use {...}
Ok.