diff --git a/reactos/subsys/system/cmd/alias.c b/reactos/subsys/system/cmd/alias.c index c4f910c2ab6..e77df7e775e 100644 --- a/reactos/subsys/system/cmd/alias.c +++ b/reactos/subsys/system/cmd/alias.c @@ -30,7 +30,7 @@ */ -#include "precomp.h" +#include #include "resource.h" #ifdef FEATURE_ALIASES diff --git a/reactos/subsys/system/cmd/attrib.c b/reactos/subsys/system/cmd/attrib.c index 62bd39b87ae..0e7a5d657bd 100644 --- a/reactos/subsys/system/cmd/attrib.c +++ b/reactos/subsys/system/cmd/attrib.c @@ -32,7 +32,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_ATTRIB diff --git a/reactos/subsys/system/cmd/batch.c b/reactos/subsys/system/cmd/batch.c index f72e971ce01..101cfdbaf73 100644 --- a/reactos/subsys/system/cmd/batch.c +++ b/reactos/subsys/system/cmd/batch.c @@ -58,7 +58,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/beep.c b/reactos/subsys/system/cmd/beep.c index bf2230a3d5d..27916b5ab54 100644 --- a/reactos/subsys/system/cmd/beep.c +++ b/reactos/subsys/system/cmd/beep.c @@ -24,7 +24,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_BEEP diff --git a/reactos/subsys/system/cmd/call.c b/reactos/subsys/system/cmd/call.c index c79a6bb8cc9..5fb89a8c8f4 100644 --- a/reactos/subsys/system/cmd/call.c +++ b/reactos/subsys/system/cmd/call.c @@ -28,7 +28,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/chcp.c b/reactos/subsys/system/cmd/chcp.c index a1903e02e6c..dfe793cc45f 100644 --- a/reactos/subsys/system/cmd/chcp.c +++ b/reactos/subsys/system/cmd/chcp.c @@ -11,7 +11,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/choice.c b/reactos/subsys/system/cmd/choice.c index a0006fb7e1d..c21ea775ba4 100644 --- a/reactos/subsys/system/cmd/choice.c +++ b/reactos/subsys/system/cmd/choice.c @@ -19,7 +19,7 @@ * */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_CHOICE diff --git a/reactos/subsys/system/cmd/cls.c b/reactos/subsys/system/cmd/cls.c index ac3ce2d23ad..b2e98d761b6 100644 --- a/reactos/subsys/system/cmd/cls.c +++ b/reactos/subsys/system/cmd/cls.c @@ -26,7 +26,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_CLS diff --git a/reactos/subsys/system/cmd/cmd.c b/reactos/subsys/system/cmd/cmd.c index 9f485689562..fbc709e8f36 100644 --- a/reactos/subsys/system/cmd/cmd.c +++ b/reactos/subsys/system/cmd/cmd.c @@ -141,7 +141,7 @@ * handling for memmory handling need to be improve */ -#include "precomp.h" +#include #include "resource.h" #ifndef NT_SUCCESS diff --git a/reactos/subsys/system/cmd/cmdinput.c b/reactos/subsys/system/cmd/cmdinput.c index c05af3bdb55..b0c1819be17 100644 --- a/reactos/subsys/system/cmd/cmdinput.c +++ b/reactos/subsys/system/cmd/cmdinput.c @@ -97,7 +97,7 @@ * Fixed problems when the screen was scrolled away. */ -#include "precomp.h" +#include SHORT maxx; diff --git a/reactos/subsys/system/cmd/cmdtable.c b/reactos/subsys/system/cmd/cmdtable.c index fa664223a9b..3af74432d5e 100644 --- a/reactos/subsys/system/cmd/cmdtable.c +++ b/reactos/subsys/system/cmd/cmdtable.c @@ -17,7 +17,7 @@ * Unicode ready! */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/color.c b/reactos/subsys/system/cmd/color.c index 2f3dfb1e85f..bdf103506c4 100644 --- a/reactos/subsys/system/cmd/color.c +++ b/reactos/subsys/system/cmd/color.c @@ -20,7 +20,7 @@ * Move all hardcoded strings to En.rc. */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_COLOR diff --git a/reactos/subsys/system/cmd/console.c b/reactos/subsys/system/cmd/console.c index 10ca8636889..8e0e7ca7f00 100644 --- a/reactos/subsys/system/cmd/console.c +++ b/reactos/subsys/system/cmd/console.c @@ -16,7 +16,7 @@ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/copy.c b/reactos/subsys/system/cmd/copy.c index eb8e906edb8..59d8ecbcbcc 100644 --- a/reactos/subsys/system/cmd/copy.c +++ b/reactos/subsys/system/cmd/copy.c @@ -24,7 +24,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_COPY diff --git a/reactos/subsys/system/cmd/date.c b/reactos/subsys/system/cmd/date.c index c398352c407..5b4f9c0bb9a 100644 --- a/reactos/subsys/system/cmd/date.c +++ b/reactos/subsys/system/cmd/date.c @@ -31,7 +31,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_DATE diff --git a/reactos/subsys/system/cmd/del.c b/reactos/subsys/system/cmd/del.c index 198ead4382e..fe0b9b41748 100644 --- a/reactos/subsys/system/cmd/del.c +++ b/reactos/subsys/system/cmd/del.c @@ -40,7 +40,7 @@ * Implemented /A example "del /A:H /A:-R *.exe -ping.exe" */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_DEL diff --git a/reactos/subsys/system/cmd/delay.c b/reactos/subsys/system/cmd/delay.c index 526a7bfa26a..0e99c9f9df0 100644 --- a/reactos/subsys/system/cmd/delay.c +++ b/reactos/subsys/system/cmd/delay.c @@ -9,7 +9,7 @@ * */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_DELAY diff --git a/reactos/subsys/system/cmd/dir.c b/reactos/subsys/system/cmd/dir.c index 71451ae7764..7026430725a 100644 --- a/reactos/subsys/system/cmd/dir.c +++ b/reactos/subsys/system/cmd/dir.c @@ -129,7 +129,7 @@ * Added /p back in using ConOutPrintfPaging */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_DIR diff --git a/reactos/subsys/system/cmd/dirstack.c b/reactos/subsys/system/cmd/dirstack.c index e74fe5ac94e..3cc83a15e21 100644 --- a/reactos/subsys/system/cmd/dirstack.c +++ b/reactos/subsys/system/cmd/dirstack.c @@ -14,7 +14,7 @@ * Added DIRS command. */ -#include "precomp.h" +#include #include "resource.h" #ifdef FEATURE_DIRECTORY_STACK diff --git a/reactos/subsys/system/cmd/echo.c b/reactos/subsys/system/cmd/echo.c index c12f1df75e7..989a8110640 100644 --- a/reactos/subsys/system/cmd/echo.c +++ b/reactos/subsys/system/cmd/echo.c @@ -26,7 +26,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/error.c b/reactos/subsys/system/cmd/error.c index d61edfadda8..81e7feedcc0 100644 --- a/reactos/subsys/system/cmd/error.c +++ b/reactos/subsys/system/cmd/error.c @@ -20,7 +20,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/filecomp.c b/reactos/subsys/system/cmd/filecomp.c index 206534a490c..c22b4f3a802 100644 --- a/reactos/subsys/system/cmd/filecomp.c +++ b/reactos/subsys/system/cmd/filecomp.c @@ -20,7 +20,7 @@ * Now expands lfn even when trailing " is omitted. */ -#include "precomp.h" +#include #ifdef FEATURE_UNIX_FILENAME_COMPLETION diff --git a/reactos/subsys/system/cmd/for.c b/reactos/subsys/system/cmd/for.c index 7e442794c08..cfc00539811 100644 --- a/reactos/subsys/system/cmd/for.c +++ b/reactos/subsys/system/cmd/for.c @@ -30,7 +30,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/free.c b/reactos/subsys/system/cmd/free.c index 4977e2229d5..2eba7d12332 100644 --- a/reactos/subsys/system/cmd/free.c +++ b/reactos/subsys/system/cmd/free.c @@ -11,7 +11,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_FREE diff --git a/reactos/subsys/system/cmd/goto.c b/reactos/subsys/system/cmd/goto.c index f0992837d01..8f2f042016e 100644 --- a/reactos/subsys/system/cmd/goto.c +++ b/reactos/subsys/system/cmd/goto.c @@ -26,7 +26,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/history.c b/reactos/subsys/system/cmd/history.c index 47221f738bc..bbd4e72b62e 100644 --- a/reactos/subsys/system/cmd/history.c +++ b/reactos/subsys/system/cmd/history.c @@ -37,7 +37,7 @@ * */ -#include "precomp.h" +#include #ifdef FEATURE_HISTORY diff --git a/reactos/subsys/system/cmd/if.c b/reactos/subsys/system/cmd/if.c index f875ef2ce39..09e241c43b2 100644 --- a/reactos/subsys/system/cmd/if.c +++ b/reactos/subsys/system/cmd/if.c @@ -30,7 +30,7 @@ * */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/internal.c b/reactos/subsys/system/cmd/internal.c index c1a32cd8ddd..66e2044d296 100644 --- a/reactos/subsys/system/cmd/internal.c +++ b/reactos/subsys/system/cmd/internal.c @@ -128,7 +128,7 @@ * translate to other langues. */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_CHDIR diff --git a/reactos/subsys/system/cmd/label.c b/reactos/subsys/system/cmd/label.c index bcaeb6d5cb1..9470d6a5b67 100644 --- a/reactos/subsys/system/cmd/label.c +++ b/reactos/subsys/system/cmd/label.c @@ -17,7 +17,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_LABEL diff --git a/reactos/subsys/system/cmd/locale.c b/reactos/subsys/system/cmd/locale.c index e988e7960fc..6b13f457008 100644 --- a/reactos/subsys/system/cmd/locale.c +++ b/reactos/subsys/system/cmd/locale.c @@ -11,7 +11,7 @@ * Unicode safe! */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/memory.c b/reactos/subsys/system/cmd/memory.c index 997e1b53737..2a917ffd8d1 100644 --- a/reactos/subsys/system/cmd/memory.c +++ b/reactos/subsys/system/cmd/memory.c @@ -11,7 +11,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_MEMORY diff --git a/reactos/subsys/system/cmd/misc.c b/reactos/subsys/system/cmd/misc.c index 4528ec4a11b..84a489bca84 100644 --- a/reactos/subsys/system/cmd/misc.c +++ b/reactos/subsys/system/cmd/misc.c @@ -32,7 +32,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/move.c b/reactos/subsys/system/cmd/move.c index 25a075bb63c..c35b0c55961 100644 --- a/reactos/subsys/system/cmd/move.c +++ b/reactos/subsys/system/cmd/move.c @@ -29,7 +29,7 @@ * added /y and /-y */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_MOVE diff --git a/reactos/subsys/system/cmd/msgbox.c b/reactos/subsys/system/cmd/msgbox.c index 8785f8e18f2..f512bb7cf0f 100644 --- a/reactos/subsys/system/cmd/msgbox.c +++ b/reactos/subsys/system/cmd/msgbox.c @@ -10,7 +10,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_MSGBOX diff --git a/reactos/subsys/system/cmd/path.c b/reactos/subsys/system/cmd/path.c index 1b377561159..4984b76fb27 100644 --- a/reactos/subsys/system/cmd/path.c +++ b/reactos/subsys/system/cmd/path.c @@ -25,7 +25,7 @@ * 30-Apr-2005 (Magnus Olsen) ) * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_PATH diff --git a/reactos/subsys/system/cmd/pause.c b/reactos/subsys/system/cmd/pause.c index d77a58430c3..20024476d05 100644 --- a/reactos/subsys/system/cmd/pause.c +++ b/reactos/subsys/system/cmd/pause.c @@ -17,7 +17,7 @@ * Unicode ready! */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_PAUSE diff --git a/reactos/subsys/system/cmd/prompt.c b/reactos/subsys/system/cmd/prompt.c index 985d358cbb4..b4dc7bde16d 100644 --- a/reactos/subsys/system/cmd/prompt.c +++ b/reactos/subsys/system/cmd/prompt.c @@ -46,7 +46,7 @@ * 30-Apr-2005 (Magnus Olsen) ) * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" /* diff --git a/reactos/subsys/system/cmd/redir.c b/reactos/subsys/system/cmd/redir.c index 2de356c48d8..c597ce887ca 100644 --- a/reactos/subsys/system/cmd/redir.c +++ b/reactos/subsys/system/cmd/redir.c @@ -25,7 +25,7 @@ * simple check to fix > and | bug with 'rem' */ -#include "precomp.h" +#include #ifdef FEATURE_REDIRECTION diff --git a/reactos/subsys/system/cmd/ren.c b/reactos/subsys/system/cmd/ren.c index 3dae2065e7c..925c633b157 100644 --- a/reactos/subsys/system/cmd/ren.c +++ b/reactos/subsys/system/cmd/ren.c @@ -20,7 +20,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_RENAME diff --git a/reactos/subsys/system/cmd/screen.c b/reactos/subsys/system/cmd/screen.c index b40e9a5f49b..1cfcdff44bd 100644 --- a/reactos/subsys/system/cmd/screen.c +++ b/reactos/subsys/system/cmd/screen.c @@ -11,7 +11,7 @@ * */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_SCREEN diff --git a/reactos/subsys/system/cmd/set.c b/reactos/subsys/system/cmd/set.c index 34522033c96..57b6070f074 100644 --- a/reactos/subsys/system/cmd/set.c +++ b/reactos/subsys/system/cmd/set.c @@ -34,7 +34,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_SET diff --git a/reactos/subsys/system/cmd/shift.c b/reactos/subsys/system/cmd/shift.c index 339f45b3867..2300faf28c0 100644 --- a/reactos/subsys/system/cmd/shift.c +++ b/reactos/subsys/system/cmd/shift.c @@ -23,7 +23,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" diff --git a/reactos/subsys/system/cmd/start.c b/reactos/subsys/system/cmd/start.c index 922fe5f7e7f..a1c692eb81a 100644 --- a/reactos/subsys/system/cmd/start.c +++ b/reactos/subsys/system/cmd/start.c @@ -11,7 +11,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_START diff --git a/reactos/subsys/system/cmd/strtoclr.c b/reactos/subsys/system/cmd/strtoclr.c index 632cc93e070..b4601a508af 100644 --- a/reactos/subsys/system/cmd/strtoclr.c +++ b/reactos/subsys/system/cmd/strtoclr.c @@ -16,7 +16,7 @@ is to be called other are internal service functions*/ -#include "precomp.h" +#include #define _B FOREGROUND_BLUE #define _G FOREGROUND_GREEN diff --git a/reactos/subsys/system/cmd/time.c b/reactos/subsys/system/cmd/time.c index 04c79b10547..3bb00141798 100644 --- a/reactos/subsys/system/cmd/time.c +++ b/reactos/subsys/system/cmd/time.c @@ -24,7 +24,7 @@ * Remove all hardcode string to En.rc. */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_TIME diff --git a/reactos/subsys/system/cmd/timer.c b/reactos/subsys/system/cmd/timer.c index 53e65605255..a1ae700fd78 100644 --- a/reactos/subsys/system/cmd/timer.c +++ b/reactos/subsys/system/cmd/timer.c @@ -7,7 +7,7 @@ * started - Paolo Pantaleo */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_TIMER diff --git a/reactos/subsys/system/cmd/title.c b/reactos/subsys/system/cmd/title.c index b76f1cbf986..a82bb3c21b5 100644 --- a/reactos/subsys/system/cmd/title.c +++ b/reactos/subsys/system/cmd/title.c @@ -9,7 +9,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_TITLE diff --git a/reactos/subsys/system/cmd/type.c b/reactos/subsys/system/cmd/type.c index 705ffbf32cc..ad96d5b6c78 100644 --- a/reactos/subsys/system/cmd/type.c +++ b/reactos/subsys/system/cmd/type.c @@ -26,7 +26,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_TYPE diff --git a/reactos/subsys/system/cmd/ver.c b/reactos/subsys/system/cmd/ver.c index 93a4c040db4..a53212e6ca0 100644 --- a/reactos/subsys/system/cmd/ver.c +++ b/reactos/subsys/system/cmd/ver.c @@ -21,7 +21,7 @@ * New version info and some output changes. */ -#include "precomp.h" +#include #include "resource.h" #include diff --git a/reactos/subsys/system/cmd/verify.c b/reactos/subsys/system/cmd/verify.c index 38ac166b3a9..e093d9cd7e6 100644 --- a/reactos/subsys/system/cmd/verify.c +++ b/reactos/subsys/system/cmd/verify.c @@ -18,7 +18,7 @@ * Remove all hardcode string to En.rc */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_VERIFY diff --git a/reactos/subsys/system/cmd/vol.c b/reactos/subsys/system/cmd/vol.c index a8b57c80e7f..5404a464992 100644 --- a/reactos/subsys/system/cmd/vol.c +++ b/reactos/subsys/system/cmd/vol.c @@ -20,7 +20,7 @@ * Redirection ready! */ -#include "precomp.h" +#include #include "resource.h" #ifdef INCLUDE_CMD_VOL diff --git a/reactos/subsys/system/cmd/where.c b/reactos/subsys/system/cmd/where.c index ec2a37eaebd..304b7dcd718 100644 --- a/reactos/subsys/system/cmd/where.c +++ b/reactos/subsys/system/cmd/where.c @@ -74,7 +74,7 @@ * */ -#include "precomp.h" +#include /* initial size of environment variable buffer */ diff --git a/reactos/subsys/system/cmd/window.c b/reactos/subsys/system/cmd/window.c index 68e502e923a..ef17c90216a 100644 --- a/reactos/subsys/system/cmd/window.c +++ b/reactos/subsys/system/cmd/window.c @@ -16,7 +16,7 @@ */ -#include "precomp.h" +#include #include "resource.h" #if ( defined(INCLUDE_CMD_WINDOW) || defined(INCLUDE_CMD_ACTIVATE) )