mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
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>
|
# include <errno.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define NL_NO_DEBUG_FILES 1
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
// If you don't want to add default displayer, put 0 instead of 1. In this case, you
|
// 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>
|
# include <winuser.h>
|
||||||
#endif // NL_OS_WINDOWS
|
#endif // NL_OS_WINDOWS
|
||||||
|
|
||||||
|
#define NL_NO_DEBUG_FILES 1
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace NLMISC
|
namespace NLMISC
|
||||||
|
|
Loading…
Reference in a new issue