https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1847474aaa1fbfd438607…
commit 1847474aaa1fbfd438607c78cefba2ee3d4085e5
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Wed Nov 23 06:02:13 2022 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Thu Nov 24 01:18:11 2022 +0100
[PSDK] Clarify the FIXME comment about this mysterious warning.h (here for WDK
compatibility).
---
sdk/include/psdk/warning.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sdk/include/psdk/warning.h b/sdk/include/psdk/warning.h
index 0d60f0f834b..60b5b15a78f 100644
--- a/sdk/include/psdk/warning.h
+++ b/sdk/include/psdk/warning.h
@@ -1,5 +1,5 @@
-/* FIXME
- here we putting #pragma warning and disable or enable them
- I known gcc and msvc using diffent pragma and I do not known
- the gcc pragma well to achive msvs and gcc compatible with this */
\ No newline at end of file
+/* FIXME - For WDK compatibility.
+ Here #pragma warning are placed and are disabled or enabled.
+ GCC and MSVC use different pragmas so a compatible list for
+ these remains to be found. */