mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Move Math constants into class (to be consistent with other constants), tested against minGW / gcc 4.7.2 and fixed various issues (mainly initializer lists, unused variables). BlackMisc compiles now in MinGW, but still issues (especially with qDebug() friend methods)
This commit is contained in:
@@ -10,7 +10,16 @@
|
||||
#include "blackmisc/coordinategeodetic.h"
|
||||
#include "blackmisc/mathvector3d.h"
|
||||
#include <QString>
|
||||
#include <functional>
|
||||
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1600
|
||||
# include <unordered_map>
|
||||
# include <functional>
|
||||
#else
|
||||
# include <tr1/unordered_map>
|
||||
# include <tr1/functional>
|
||||
#endif
|
||||
|
||||
|
||||
#define SHARED_LIBRARY_NAME_FS9 "bb_driver_fs9"
|
||||
#define SHARED_LIBRARY_NAME_FSX "bb_driver_fsx"
|
||||
|
||||
Reference in New Issue
Block a user