Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gui/GuiPrivate: don't cast qint64 to Q_PID #831

Merged
merged 1 commit into from
Jul 23, 2022

Conversation

rodlie
Copy link
Contributor

@rodlie rodlie commented Jul 22, 2022

On Windows Q_PID is an _PROCESS_INFORMATION struct, on Unix Q_PID is an qint64. Fixes build on Windows.

Only tested on Windows (MinGW) with Qt4.

On Windows Q_PID is an _PROCESS_INFORMATION struct, on Unix Q_PID is an qint64.
@devernay devernay merged commit 60ae20b into NatronGitHub:RB-2.5 Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants