fixed Config.h

This commit is contained in:
Guenter Obiltschnig
2006-08-29 17:19:38 +00:00
parent 2d4078f392
commit 7dc7c657f3

View File

@@ -1,7 +1,7 @@
//
// Config.h
//
// $Id: //poco/1.2/Foundation/include/Poco/Config.h#1 $
// $Id: //poco/1.2/Foundation/include/Poco/Config.h#2 $
//
// Library: Foundation
// Package: Core
@@ -41,15 +41,15 @@
// Define to enable Windows Unicode (UTF-8) support.
#undef POCO_WIN32_UTF8
// #define POCO_WIN32_UTF8
// Define to disable FPEnvironment support
#undef POCO_NO_FPENVIRONMENT
// #define POCO_NO_FPENVIRONMENT
// Define if std::wstring is not available
#undef POCO_NO_WSTRING
// #define POCO_NO_WSTRING
#endif // Foundation_Config_INCLUDED