#pragma data_seg( " .mydata " )
POINT pPoint
= { 0 , 0 } ; // must initialize
#pragma data_seg()
#pragma comment(linker,
" /SECTION:.mydata,RWS " )