#include "datadll.h" int FAR PASCAL WinMain(HINSTANCE,HINSTANCE,LPSTR,int) { getInstanceRTLData()->foo=27; getInstanceRTLData()->boo=32; return 0; }