w32api header problems

Jean le Roux jean@infosat.net
Wed Jan 9 04:34:00 GMT 2002


> int 	 max(const int value_a, const int value_b); //line 283
> int 	 min(const int value_a, const int value_b); //line 284
> string itoa(const int value, const short fix=0); //line 285
...

> common.h:284: parse error before `const'
> common.h:285: parse error before `const'


Woops.. those line numbers are 1 out .. 

> int max(const int value_a, const int value_b); //line 283

should be 284

Appologies to all.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list