xrdp: if PACKAGE_VERSION not defined, define as ???

ulab-next-nosound
Jay Sorg 10 years ago
parent f49ca27ea7
commit 29b2e42279

@ -21,6 +21,10 @@
#include "xrdp.h"
#include "log.h"
#if !defined(PACKAGE_VERSION)
#define PACKAGE_VERSION "???"
#endif
#define THREAD_WAITING 100
static struct xrdp_listen *g_listen = 0;

Loading…
Cancel
Save