Move Windows-specific stuff into os_win32.h

This commit is contained in:
Yuriy Skalko 2020-10-25 08:54:27 +02:00
parent 10272e4747
commit f1926251c0
3 changed files with 3 additions and 8 deletions

View File

@ -32,10 +32,6 @@
#include <QLineEdit>
#include <QPushButton>
#ifdef IN
#undef IN
#endif
using namespace std;

View File

@ -85,10 +85,6 @@
#include <sstream>
#include <vector>
#ifdef IN
#undef IN
#endif
// a style sheet for buttons
// this is for example used for the background color setting button

View File

@ -49,6 +49,9 @@
#include <tchar.h>
#include <psapi.h>
#ifdef IN
#undef IN // used in Length::UNIT enum
#endif
namespace lyx {
namespace support {