From 8b09dd490de9d23e47dbae4c0f1504e2afc1a8e9 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Fri, 27 Mar 2020 18:23:16 -0700 Subject: 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 --- msvc/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'msvc') 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 -- cgit v1.2.1