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