]> sigrok.org Git - pulseview.git/blobdiff - pv/popups/channels.cpp
Tests: Add another unit test for Segment class
[pulseview.git] / pv / popups / channels.cpp
index 4a5e396c2e08e685d81205caa642608d3be73a13..49784bd7ae40630f3f5b3ccc4e125a9f228053e4 100644 (file)
 
 #include <map>
 
-#ifdef _WIN32
-// Windows: Avoid boost/thread namespace pollution (which includes windows.h).
-#define NOGDI
-#define NORESOURCE
-#endif
-
 #include <QCheckBox>
 #include <QFormLayout>
 #include <QGridLayout>
@@ -250,5 +244,5 @@ void Channels::disable_all_channels()
        set_all_channels(false);
 }
 
-} // popups
-} // pv
+}  // namespace popups
+}  // namespace pv