mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Move Windows-specific stuff into os_win32.h
This commit is contained in:
parent
10272e4747
commit
f1926251c0
@ -32,10 +32,6 @@
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -49,6 +49,9 @@
|
||||
#include <tchar.h>
|
||||
#include <psapi.h>
|
||||
|
||||
#ifdef IN
|
||||
#undef IN // used in Length::UNIT enum
|
||||
#endif
|
||||
|
||||
namespace lyx {
|
||||
namespace support {
|
||||
|
Loading…
Reference in New Issue
Block a user