This commit is contained in:
ArsenArsen 2017-06-25 10:14:44 +02:00
parent 909944d04c
commit ab98120ce5
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ std::tuple<QPoint, QPixmap> PlatformBackend::getCursor() {
return std::tuple<QPoint, QPixmap>(QPoint(0, 0), QPixmap());
}
DWORD pid() {
DWORD PlatformBackend::pid() {
return GetCurrentProcessId();
}