summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-27 18:23:16 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-27 18:23:16 -0700
commit8b09dd490de9d23e47dbae4c0f1504e2afc1a8e9 (patch)
treea07f7d90238002814517717b2af17be9a6742dae /msvc
parent30b56baec51b70d5b10f1f14ff47327ecc8ebbd0 (diff)
downloadlibusb-8b09dd490de9d23e47dbae4c0f1504e2afc1a8e9.tar.gz
core: Kill the OS_* definitions and use in the source code
These symbols are no longer necessary for the source code since commit cad7d0edd9 ("core: Kill usbi_os_backend structure definition madness"). Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'msvc')
-rw-r--r--msvc/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/msvc/config.h b/msvc/config.h
index 2ca5fb2..b2ab24b 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -42,9 +42,6 @@
/* Message logging */
#define ENABLE_LOGGING 1
-/* Windows backend */
-#define OS_WINDOWS 1
-
/* Use Windows poll() implementation */
#define POLL_WINDOWS 1