diff options
| author | Chris Dickens <christopher.a.dickens@gmail.com> | 2018-01-03 22:43:56 -0800 |
|---|---|---|
| committer | Chris Dickens <christopher.a.dickens@gmail.com> | 2018-01-03 23:27:11 -0800 |
| commit | af1f17536f1895f53bc2259bb9a9e94491e1989b (patch) | |
| tree | e609cab4313c6d244b7f82718d78ef2679235d92 /msvc | |
| parent | 4be320236ec485dd32ada1b85d4c0551274d1f8a (diff) | |
| download | platform_external_libusb-af1f17536f1895f53bc2259bb9a9e94491e1989b.tar.gz platform_external_libusb-af1f17536f1895f53bc2259bb9a9e94491e1989b.tar.bz2 platform_external_libusb-af1f17536f1895f53bc2259bb9a9e94491e1989b.zip | |
Windows: Fix some minor style issues
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'msvc')
| -rw-r--r-- | msvc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/config.h b/msvc/config.h index bcfa757..c6d7836 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -10,7 +10,7 @@ #define _WIN32_WINNT 0x0501 /* Visual Studio 2015 and later defines timespec */ -#if defined(_MSC_VER) && (_MSC_VER >= 1900) +#if (_MSC_VER >= 1900) #define _TIMESPEC_DEFINED 1 #endif |
