Skip to content

Commit

Permalink
QGC Mission Importer: Use WINDOWS flag instead of WIN32
Browse files Browse the repository at this point in the history
Used `WINDOWS` macro for consistency.
  • Loading branch information
Shakthi Prashanth M committed Feb 15, 2018
1 parent 2313a3e commit 84c73a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mission/mission_import_qgc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "log.h"

// To locate QGroundControl plan file during Unit test.
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32)
#ifdef WINDOWS
const std::string SLASH = "\\";
#else
const std::string SLASH = "/";
Expand Down

0 comments on commit 84c73a7

Please sign in to comment.