Skip to content

Commit

Permalink
Merge pull request makestuff#2 from phdussud/main
Browse files Browse the repository at this point in the history
Fixed mingw compilation
  • Loading branch information
makestuff authored Dec 21, 2020
2 parents f6737b9 + e383837 commit 03b40da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/private.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef PRIVATE_H
#define PRIVATE_H

#ifdef WIN32
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable: 4200)
#include <libusb/libusb.h>
Expand Down

0 comments on commit 03b40da

Please sign in to comment.