| Index: third_party/libusb/libusb/os/poll_windows.h
|
| diff --git a/third_party/libusb/libusb/os/poll_windows.h b/third_party/libusb/libusb/os/poll_windows.h
|
| index 27986b871a29c0289204d9b924385fd975ecfed1..76bab0fd188727e1faff1c5595557b38e56ced5a 100644
|
| --- a/third_party/libusb/libusb/os/poll_windows.h
|
| +++ b/third_party/libusb/libusb/os/poll_windows.h
|
| @@ -53,13 +53,6 @@ extern enum windows_version windows_version;
|
|
|
| #define MAX_FDS 256
|
|
|
| -#define POLLIN 0x0001 /* There is data to read */
|
| -#define POLLPRI 0x0002 /* There is urgent data to read */
|
| -#define POLLOUT 0x0004 /* Writing now will not block */
|
| -#define POLLERR 0x0008 /* Error condition */
|
| -#define POLLHUP 0x0010 /* Hung up */
|
| -#define POLLNVAL 0x0020 /* Invalid request: fd not open */
|
| -
|
| // access modes
|
| enum rw_type {
|
| RW_NONE,
|
|
|