Remove cycle suppression
[gromacs.git] / cmake / TestWinProcNum.cpp
blob669ff3bedb9f66abce2501c76e8031680f100fb4
1 #define _WIN32_WINNT 0x0601 /*Require Windows7 (needed for MingW)*/
2 #include <windows.h>
3 int main()
5 PROCESSOR_NUMBER p;
6 return 0;