[SETUP:REACTOS] treelist.c/.h: Convert the files to UTF-8 without BOM

This commit is contained in:
Hermès Bélusca-Maïto
2026-07-24 23:00:58 +02:00
parent 174b9d64fe
commit 44e4f66ffb
2 changed files with 426 additions and 426 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -3,7 +3,7 @@
* LICENSE: GPL-3.0-or-later (https://spdx.org/licenses/GPL-3.0-or-later)
* PURPOSE: Implements a TreeList control: a tree window with columns.
* COPYRIGHT: Copyright (C) Anton Zechner ([email protected]) 2007
* Copyright (C) Sébastien Kirche ([email protected]) 2014
* Copyright (C) Sébastien Kirche ([email protected]) 2014
*
* NOTE: Taken from the TreeList code found at https://github.com/sebkirche/treelist
*/
@@ -123,7 +123,7 @@ typedef TVSORTEX TV_SORTEX;
#define VK_ICONCLK 0x10001 // Edit with click on icon
#endif
#ifndef VK_EDITCLK
#define VK_EDITCLK 0x10002 // Edit with click on augewähltes Element //visble element ?
#define VK_EDITCLK 0x10002 // Edit with click on augewähltes Element //visble element ?
#endif
#ifdef UNICODE
#define TV_UINICODE 1
@@ -217,7 +217,7 @@ typedef TVSORTEX TV_SORTEX;
// constants for HitTest (flags)
#define TVHT_SUBTOCOL(u) (((unsigned)u)>>24) // Convert column to column numbers mask
#define TVHT_SUBMASK 0xFF000000 // Maske in der die Spalte gespeichert wird
#define TVHT_ONRIGHTSPACE 0x00800000 // Auf rechtem Rand nach den Exträgen
#define TVHT_ONRIGHTSPACE 0x00800000 // Auf rechtem Rand nach den Exträgen
#define TVHT_ONSUBLABEL 0x00400000 // Koordinate ist auf dem Text eines Extraeintrages
#define TVHT_ONSUBICON 0x00200000 // Koordinate ist auf einem Extraeintrag
#define TVHT_ONSUBRIGHT 0x00100000 // Koordinate ist auf einem Extraeintrag rechts vom Text