QTfrontend/ui/widget/feedbackdialog.cpp
changeset 11803 d85d273cb3aa
parent 11665 30bbbde590ce
child 12036 3957a6653c10
equal deleted inserted replaced
11802:975c130c3901 11803:d85d273cb3aa
    33 #include <QByteArray>
    33 #include <QByteArray>
    34 
    34 
    35 #include <string>
    35 #include <string>
    36 
    36 
    37 #ifdef Q_OS_WIN
    37 #ifdef Q_OS_WIN
       
    38 #ifndef WINVER
    38 #define WINVER 0x0500
    39 #define WINVER 0x0500
       
    40 #endif
    39 #include <windows.h>
    41 #include <windows.h>
    40 #else
    42 #else
    41 #include <unistd.h>
    43 #include <unistd.h>
    42 #include <sys/types.h>
    44 #include <sys/types.h>
    43 #endif
    45 #endif