mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed small compile error on my end.
This commit is contained in:
parent
661adacddf
commit
4ddd91b580
|
@ -24,9 +24,6 @@
|
|||
#include "prompt.h"
|
||||
#include "friendlist.h"
|
||||
|
||||
#ifndef TOXICVER
|
||||
#define TOXICVER "NOVER" //Use the -D flag to set this
|
||||
#endif
|
||||
|
||||
static void init_term()
|
||||
{
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
/* maximum window slots for WINDOW_STATUS array */
|
||||
#define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM
|
||||
|
||||
#ifndef TOXICVER
|
||||
#define TOXICVER "NOVER" //Use the -D flag to set this
|
||||
#endif
|
||||
|
||||
typedef struct ToxWindow_ ToxWindow;
|
||||
|
||||
struct ToxWindow_ {
|
||||
|
|
Loading…
Reference in New Issue
Block a user