/************************************************************************ #include "qt_windows.h" #include "qbytearray.h" #include "qstring.h" #include "qvector.h" #include <shlobj.h> /* This file contains the code in the qtmain library for Windows. qtmain contains the Windows startup code and is required for linking to the Qt DLL. When a Windows application starts, the WinMain function is invoked. */
/* WinMain() - Initializes Windows and calls user's startup function main(). NOTE: WinMain() won't be called if the application was linked as a "console" application. */