mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under Linux
This commit is contained in:
parent
b0e48907d7
commit
d2de5596f5
2 changed files with 0 additions and 4 deletions
|
@ -20,8 +20,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
# include <conio.h>
|
# include <conio.h>
|
||||||
#else
|
|
||||||
# include <curses.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// NeL includes
|
// NeL includes
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef NL_OS_WINDOWS
|
#ifdef NL_OS_WINDOWS
|
||||||
# include <conio.h>
|
# include <conio.h>
|
||||||
#else
|
|
||||||
# include <curses.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// NeL includes
|
// NeL includes
|
||||||
|
|
Loading…
Reference in a new issue