Changed: Disabled some useless temporary files

This commit is contained in:
kervala 2012-12-01 12:43:35 +01:00
parent 6777822ce8
commit 6ab274422a
2 changed files with 4 additions and 0 deletions

View file

@ -53,6 +53,8 @@
# include <errno.h>
#endif
#define NL_NO_DEBUG_FILES 1
using namespace std;
// If you don't want to add default displayer, put 0 instead of 1. In this case, you

View file

@ -29,6 +29,8 @@
# include <winuser.h>
#endif // NL_OS_WINDOWS
#define NL_NO_DEBUG_FILES 1
using namespace std;
namespace NLMISC