how to connect or add winuser.h

Hello guys, i'm using qt creator on kali linux, tell me please, how can i connect winuser.h, windows.h?
You don't.

Just taking code written for windows (with it's #include windows.h blah blah blah) and trying to make it compile for Linux involves a whole lot of work.

Far more than your supposition would suggest.
Last edited on
... using qt creator ...

One benefit of Qt framework is that it provides abstract interfaces that can be used on multiple platforms.
The implementation of Qt uses OS-specific API "under the hood" so that we don't have to.
Thanks guys, just i'm coding on linux for windows os, so i need use winuser.h and etc, please help me, how can i do it?
Topic archived. No new replies allowed.