fix(cua-driver-rs/windows): move AttachThreadInput import to correct module (build hotfix)#1617
Conversation
…module (build hotfix) #1613 imported AttachThreadInput from KeyboardAndMouse — windows-rs actually exposes it from System::Threading. Squash-merge fails to compile: error[E0432]: unresolved import windows::Win32::UI::Input::KeyboardAndMouse::AttachThreadInput The corrected source was tested on the VM via scp during #1613 verification, but the committed version on main is broken. This patch restores the build. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR corrects Win32 import paths in the keyboard input module. ChangesWin32 Import Paths
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Hotfix — #1613's import for AttachThreadInput pointed at KeyboardAndMouse, but windows-rs exposes it from System::Threading. Main build is broken without this. Verified on the VM via scp during #1613 verification (the binary works), but the committed source needs this patch to compile. 1-line move.
Summary by CodeRabbit