projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.1 - patch 20180623
[ncurses.git]
/
ncurses
/
base
/
lib_driver.c
diff --git
a/ncurses/base/lib_driver.c
b/ncurses/base/lib_driver.c
index fb63b3cd139db3667cc2f344e47135a2518727b8..6211b70bec190461e559ef413c774c3a65afd708 100644
(file)
--- a/
ncurses/base/lib_driver.c
+++ b/
ncurses/base/lib_driver.c
@@
-1,5
+1,5
@@
/****************************************************************************
/****************************************************************************
- * Copyright (c) 2008-201
2,2014
Free Software Foundation, Inc. *
+ * Copyright (c) 2008-201
4,2018
Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@
-33,7
+33,7
@@
#include <curses.priv.h>
#include <curses.priv.h>
-MODULE_ID("$Id: lib_driver.c,v 1.
6 2014/04/11 08:21:23 jpf
Exp $")
+MODULE_ID("$Id: lib_driver.c,v 1.
7 2018/06/24 00:06:37 tom
Exp $")
typedef struct DriverEntry {
const char *name;
typedef struct DriverEntry {
const char *name;
@@
-42,7
+42,7
@@
typedef struct DriverEntry {
static DRIVER_ENTRY DriverTable[] =
{
static DRIVER_ENTRY DriverTable[] =
{
-#ifdef _
_MINGW32__
+#ifdef _
WIN32
{"win32console", &_nc_WIN_DRIVER},
#endif
{"tinfo", &_nc_TINFO_DRIVER} /* must be last */
{"win32console", &_nc_WIN_DRIVER},
#endif
{"tinfo", &_nc_TINFO_DRIVER} /* must be last */