Changed: Disabled some useless temporary files
This commit is contained in:
parent
6777822ce8
commit
6ab274422a
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
# include <winuser.h>
|
||||
#endif // NL_OS_WINDOWS
|
||||
|
||||
#define NL_NO_DEBUG_FILES 1
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace NLMISC
|
||||
|
|
Loading…
Reference in a new issue