Add initial support for python bindings
[alexxy/gromacs.git] / cmake / TestWinProcNum.c
1 #define _WIN32_WINNT 0x0601 /*Require Windows7 (needed for MingW)*/
2 #include <windows.h>
3 int main()
4 {
5     PROCESSOR_NUMBER p;
6     return 0;
7 }