checkpoint. more conversion to automake.

This commit is contained in:
crs
2002-06-19 11:23:49 +00:00
parent f85457c49f
commit 9c7e863d77
31 changed files with 328 additions and 270 deletions

View File

@@ -2,7 +2,7 @@
#include <cerrno>
// win32 wants a const char* argument to std::exception c'tor
#if defined(CONFIG_PLATFORM_WIN32)
#if WINDOWS_LIKE
#define STDEXCEPTARG ""
#endif