aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r--win32/PlatWin.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx
index 355a35145..3c0d44f6b 100644
--- a/win32/PlatWin.cxx
+++ b/win32/PlatWin.cxx
@@ -72,9 +72,7 @@ static HINSTANCE hinstPlatformRes = 0;
static HCURSOR reverseArrowCursor = NULL;
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
static RECT RectFromPRectangle(PRectangle prc) {
RECT rc = {static_cast<LONG>(prc.left), static_cast<LONG>(prc.top),
@@ -3088,6 +3086,4 @@ void Platform_Finalise(bool fromDllMain) {
::DeleteCriticalSection(&crPlatformLock);
}
-#ifdef SCI_NAMESPACE
}
-#endif