Silence some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
#ifndef SCINTILLA_H
|
#ifndef SCINTILLA_H
|
||||||
#define SCINTILLA_H
|
#define SCINTILLA_H
|
||||||
|
|
||||||
#if LCCWIN
|
#if defined(LCCWIN) && LCCWIN
|
||||||
typedef BOOL bool;
|
typedef BOOL bool;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ int Scintilla_LinkLexers();
|
|||||||
// Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
|
// Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
|
||||||
// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
|
// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
|
||||||
// May need to be changed for 64 bit platforms.
|
// May need to be changed for 64 bit platforms.
|
||||||
#if _MSC_VER >= 1300
|
#if defined(_MSC_VER) && _MSC_VER >= 1300
|
||||||
#include <BaseTsd.h>
|
#include <BaseTsd.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef MAXULONG_PTR
|
#ifdef MAXULONG_PTR
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
#ifndef SCINTILLA_H
|
#ifndef SCINTILLA_H
|
||||||
#define SCINTILLA_H
|
#define SCINTILLA_H
|
||||||
|
|
||||||
#if LCCWIN
|
#if defined(LCCWIN) && LCCWIN
|
||||||
typedef BOOL bool;
|
typedef BOOL bool;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -25,7 +25,7 @@ int Scintilla_LinkLexers();
|
|||||||
// Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
|
// Here should be placed typedefs for uptr_t, an unsigned integer type large enough to
|
||||||
// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
|
// hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
|
||||||
// May need to be changed for 64 bit platforms.
|
// May need to be changed for 64 bit platforms.
|
||||||
#if _MSC_VER >= 1300
|
#if defined(_MSC_VER) && _MSC_VER >= 1300
|
||||||
#include <BaseTsd.h>
|
#include <BaseTsd.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef MAXULONG_PTR
|
#ifdef MAXULONG_PTR
|
||||||
|
Reference in New Issue
Block a user