this is my code
Qt Code:
  1. #include <QtCore/QCoreApplication>
  2. #include <mmsystem.h>
  3. int main(int argc, char *argv[])
  4. {
  5. QCoreApplication a(argc, argv);
  6. [COLOR="Red"]DWORD what;[/COLOR]
  7. return a.exec();
  8. }
To copy to clipboard, switch view to plain text mode 
but it gives me an error"DWORD is not a type name" why is wrong?
thanks