Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: third_party/libusb/libusb/os/poll_windows.h

Issue 10198035: Fix warnings in libusb.h so that other chromium code doesn't suffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More WIN chicanery. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libusb/libusb/libusb.h ('k') | third_party/libusb/windows-build.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « third_party/libusb/libusb/libusb.h ('k') | third_party/libusb/windows-build.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698