https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa404fb2b442e0425cc70995bad36a797dd25e40

commit fa404fb2b442e0425cc70995bad36a797dd25e40
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Mon Mar 21 01:27:36 2022 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Fri Mar 25 18:54:19 2022 +0100

    [SDK:RTL] Place source files in alphabetical order in CMakeLists.txt
---
 sdk/lib/rtl/CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sdk/lib/rtl/CMakeLists.txt b/sdk/lib/rtl/CMakeLists.txt
index bc90a11fc28..5a0158675d5 100644
--- a/sdk/lib/rtl/CMakeLists.txt
+++ b/sdk/lib/rtl/CMakeLists.txt
@@ -38,10 +38,10 @@ list(APPEND SOURCE
     heapuser.c
     image.c
     interlck.c
-    memstream.c
-    message.c
     largeint.c
     luid.c
+    memstream.c
+    message.c
     network.c
     nls.c
     path.c
@@ -58,14 +58,14 @@ list(APPEND SOURCE
     rxact.c
     sd.c
     security.c
-    slist.c
     sid.c
+    slist.c
     splaytree.c
     sysvol.c
     thread.c
     time.c
-    timezone.c
     timerqueue.c
+    timezone.c
     trace.c
     unicode.c
     unicodeprefix.c

Reply via email to