зеркало из https://github.com/mozilla/pjs.git
new selection change to come ifdefs going in
This commit is contained in:
Родитель
120e0a88ab
Коммит
a3396fc203
|
@ -52,9 +52,12 @@
|
|||
|
||||
|
||||
// Find/Serach Includes
|
||||
#if XP_NEW_SELECTION
|
||||
#else
|
||||
#include "nsISelection.h"
|
||||
#include "nsSelectionRange.h"
|
||||
#include "nsSelectionPoint.h"
|
||||
#endif
|
||||
const PRInt32 kForward = 0;
|
||||
const PRInt32 kBackward = 1;
|
||||
|
||||
|
|
|
@ -21,7 +21,10 @@ LIBRARY_NAME=raptorhtmldoc_s
|
|||
MODULE=raptor
|
||||
REQUIRES=xpcom raptor pref
|
||||
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
|
||||
!if defined(XP_NEW_SELECTION)
|
||||
DEFINES = $(DEFINES) -DXP_NEW_SELECTION
|
||||
!endif
|
||||
|
||||
CPPSRCS= \
|
||||
nsHTMLContentSink.cpp \
|
||||
|
|
|
@ -52,9 +52,12 @@
|
|||
|
||||
|
||||
// Find/Serach Includes
|
||||
#if XP_NEW_SELECTION
|
||||
#else
|
||||
#include "nsISelection.h"
|
||||
#include "nsSelectionRange.h"
|
||||
#include "nsSelectionPoint.h"
|
||||
#endif
|
||||
const PRInt32 kForward = 0;
|
||||
const PRInt32 kBackward = 1;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче