mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-10-27 09:34:00 +01:00
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@461 f5eea248-9336-0410-98b8-ebc06183d4e3
9 lines
339 B
C
9 lines
339 B
C
// Scintilla source code edit control
|
|
/** @file PlatformRes.h
|
|
** Defines IDs of resources used by Scintilla on Windows platform.
|
|
**/
|
|
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
|
|
// The License.txt file describes the conditions under which this software may be distributed.
|
|
|
|
#define IDC_MARGIN 400
|