equal
deleted
inserted
replaced
17 |
17 |
18 #ifndef BYTE_PAIR_H |
18 #ifndef BYTE_PAIR_H |
19 #define BYTE_PAIR_H |
19 #define BYTE_PAIR_H |
20 |
20 |
21 |
21 |
22 #ifdef __VC32__ |
22 #ifdef _MSC_VER |
23 #ifdef __MSVCDOTNET__ |
23 #if (_MSC_VER > 1200) |
24 #include <strstream> |
24 #define __MSVCDOTNET__ 1 |
|
25 #include <sstream> |
25 #include <iomanip> |
26 #include <iomanip> |
26 #else //!__MSVCDOTNET__ |
27 #else //!__MSVCDOTNET__ |
27 #include <strstrea.h> |
28 #include <strstrea.h> |
28 #include <iomanip.h> |
29 #include <iomanip.h> |
29 #endif //__MSVCDOTNET__ |
30 #endif //__MSVCDOTNET__ |