hyung-hwan 54855b9730 Fixed the printing issue of a long double value in MINGW32.
- The long double type in MINGW32 is 12 bytes while the double type is 8 bytes.
 - The compiled binary is linked against the Microsoft library.
 - In that library, both the long double and the double type are 8 bytes.
 - The code has been changed to use the double type if __MINGW32__ is defined.
2008-12-10 03:55:51 +00:00
..
2008-11-29 00:43:44 +00:00
2008-03-04 05:20:05 +00:00
2008-09-30 01:11:08 +00:00
2008-06-10 03:29:00 +00:00
2008-03-04 05:20:05 +00:00
2008-03-22 06:06:42 +00:00
2008-03-04 05:21:33 +00:00
2008-11-29 00:43:44 +00:00
2008-03-21 03:49:53 +00:00
2008-03-21 03:49:53 +00:00
2008-03-21 03:49:53 +00:00
2007-12-01 17:22:31 +00:00
2008-07-23 07:12:56 +00:00
2008-06-20 04:27:37 +00:00
2008-10-15 04:08:31 +00:00