Skip to content

Commit

Permalink
Error message for non-MSC compiler changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
chemeris committed Dec 13, 2006
1 parent 4d79b46 commit 0e31767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inttypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
///////////////////////////////////////////////////////////////////////////////

#ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual Studio 2003 or later!"
#error "Use this header only with Microsoft Visual C++ version 7 or later!"
#endif // _MSC_VER ]

#ifndef _MSC_INTTYPES_H_ // [
Expand Down
2 changes: 1 addition & 1 deletion stdint.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
///////////////////////////////////////////////////////////////////////////////

#ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual Studio 2003 or later!"
#error "Use this header only with Microsoft Visual C++ version 7 or later!"
#endif // _MSC_VER ]

#ifndef _MSC_STDINT_H_ // [
Expand Down

0 comments on commit 0e31767

Please sign in to comment.