what does __leave do?

Greg Turner gmturner007 at ameritech.net
Mon Jan 13 12:57:21 CST 2003


Could someone run the following code under a microsoft compiler for me, 
and let me know the result?

main() {
  int x = 0;
  __try {
    x = 1;
    __leave;
  } __finally {
    x = 2;
  }
  printf("x was %d\n", x);
}

thanks,

-- 
gmt

"If everyone is thinking alike then somebody isn't
thinking." --George S. Patton




More information about the wine-devel mailing list