mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
* Style fixes.
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
// code from patch attached to QTBUG-19064 by Honglei Zhang
|
// code from patch attached to QTBUG-19064 by Honglei Zhang
|
||||||
LRESULT QT_WIN_CALLBACK qt_LowLevelKeyboardHookProc( int nCode, WPARAM wParam, LPARAM lParam );
|
LRESULT QT_WIN_CALLBACK qt_LowLevelKeyboardHookProc( int nCode, WPARAM wParam, LPARAM lParam );
|
||||||
HHOOK hKeyboardHook;
|
HHOOK hKeyboardHook;
|
||||||
@@ -93,6 +94,7 @@ LRESULT QT_WIN_CALLBACK qt_LowLevelKeyboardHookProc( int nCode, WPARAM wParam, L
|
|||||||
return CallNextHookEx( 0, nCode, wParam, lParam );
|
return CallNextHookEx( 0, nCode, wParam, lParam );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#define argc __argc
|
#define argc __argc
|
||||||
#define argv __argv
|
#define argv __argv
|
||||||
@@ -125,6 +127,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine
|
|||||||
}
|
}
|
||||||
#else // Q_OS_WIN
|
#else // Q_OS_WIN
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main( int argc, char *argv[] )
|
main( int argc, char *argv[] )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user