From b471f56c5215e0600b65776c22cf5633aaad4417 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 31 Mar 2011 09:59:34 +0000 Subject: [PATCH] Windows: add a dummy select.h (should allow to compile pn53x_usb driver) --- contrib/win32/Makefile.am | 2 ++ contrib/win32/sys/Makefile.am | 2 ++ contrib/win32/sys/select.h | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 contrib/win32/sys/Makefile.am create mode 100644 contrib/win32/sys/select.h diff --git a/contrib/win32/Makefile.am b/contrib/win32/Makefile.am index bc22ff8..135834f 100644 --- a/contrib/win32/Makefile.am +++ b/contrib/win32/Makefile.am @@ -1,2 +1,4 @@ +SUBDIRS = sys . + EXTRA_DIST = \ err.h diff --git a/contrib/win32/sys/Makefile.am b/contrib/win32/sys/Makefile.am new file mode 100644 index 0000000..d7e921a --- /dev/null +++ b/contrib/win32/sys/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = \ + select.h diff --git a/contrib/win32/sys/select.h b/contrib/win32/sys/select.h new file mode 100644 index 0000000..2f29770 --- /dev/null +++ b/contrib/win32/sys/select.h @@ -0,0 +1,24 @@ +/*- + * Public platform independent Near Field Communication (NFC) library + * + * Copyright (C) 2011, Romuald Conty + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see + */ + +/** + * @file select.h + * @brief Dummy file to make the code compile under Windows + */ +