Reactos

[PSDK] Clarify the FIXME comment about this mysterious warning.h (here for WDK compatibility).

+4 -4
+4 -4
sdk/include/psdk/warning.h
··· 1 1 2 - /* FIXME 3 - here we putting #pragma warning and disable or enable them 4 - I known gcc and msvc using diffent pragma and I do not known 5 - the gcc pragma well to achive msvs and gcc compatible with this */ 2 + /* FIXME - For WDK compatibility. 3 + Here #pragma warning are placed and are disabled or enabled. 4 + GCC and MSVC use different pragmas so a compatible list for 5 + these remains to be found. */