mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Mingw build fixups
- #ident not supported in EzUsb.cpp - sleep() missing <unistd.h> in LibUsb.cpp
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
#ident "$Id: ezusb.h,v 1.1 2007/03/19 20:46:30 cfavi Exp $"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <QString>
|
||||
#include <QDebug>
|
||||
|
||||
#include <unistd.h>
|
||||
#include "LibUsb.h"
|
||||
#include "Settings.h"
|
||||
#include "MainWindow.h"
|
||||
|
||||
Reference in New Issue
Block a user