repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Quotes are cool, typo-free ones are even "cooler"
[gromacs.git]
/
cmake
/
TestWinProcNum.c
blob
669ff3bedb9f66abce2501c76e8031680f100fb4
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
}