diff options
author | fcolin | 2007-02-01 13:04:26 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:26 +0000 |
commit | f621b1eb885c3115ce785dfb72e10227124ed5e2 (patch) | |
tree | e877184acf738fee82e90adaec733b79ab2d6cac /Bus/Ivy | |
parent | 59c3538198989033c653ec2326510749073dc2ba (diff) | |
download | ivy-cplusplus-f621b1eb885c3115ce785dfb72e10227124ed5e2.zip ivy-cplusplus-f621b1eb885c3115ce785dfb72e10227124ed5e2.tar.gz ivy-cplusplus-f621b1eb885c3115ce785dfb72e10227124ed5e2.tar.bz2 ivy-cplusplus-f621b1eb885c3115ce785dfb72e10227124ed5e2.tar.xz |
Utilisateur : Fcolin Date : 16/07/01 Heure : 11:47 Archivé dans $/Ivy (vss 7)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/Regexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Regexp.cxx b/Bus/Ivy/Regexp.cxx index af667d3..37de17c 100644 --- a/Bus/Ivy/Regexp.cxx +++ b/Bus/Ivy/Regexp.cxx @@ -1,7 +1,7 @@ // Win32 porting notes.
#if defined( _MBCS )
-#pragma message( __FILEINFO__ "This code is broken under _MBCS, " \
+#pragma message( __FILE__ "This code is broken under _MBCS, " \
"see the comments at the top of this file." )
#endif //_MBCS
//
|