1
0
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:
Christian Muehlhaeuser
2014-09-13 02:55:52 +02:00
parent 542f6763af
commit fb08bfae49
2 changed files with 4 additions and 1 deletions

View File

@@ -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[] )
{