#include "precomp.h" -> #include <precomp.h>

svn path=/trunk/; revision=16488
This commit is contained in:
Filip Navara 2005-07-07 16:45:42 +00:00
parent 71183fb50d
commit ac3457f145
53 changed files with 53 additions and 53 deletions

View file

@ -30,7 +30,7 @@
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef FEATURE_ALIASES #ifdef FEATURE_ALIASES

View file

@ -32,7 +32,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_ATTRIB #ifdef INCLUDE_CMD_ATTRIB

View file

@ -58,7 +58,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -24,7 +24,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_BEEP #ifdef INCLUDE_CMD_BEEP

View file

@ -28,7 +28,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -11,7 +11,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -19,7 +19,7 @@
* *
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_CHOICE #ifdef INCLUDE_CMD_CHOICE

View file

@ -26,7 +26,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_CLS #ifdef INCLUDE_CMD_CLS

View file

@ -141,7 +141,7 @@
* handling for memmory handling need to be improve * handling for memmory handling need to be improve
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifndef NT_SUCCESS #ifndef NT_SUCCESS

View file

@ -97,7 +97,7 @@
* Fixed problems when the screen was scrolled away. * Fixed problems when the screen was scrolled away.
*/ */
#include "precomp.h" #include <precomp.h>
SHORT maxx; SHORT maxx;

View file

@ -17,7 +17,7 @@
* Unicode ready! * Unicode ready!
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -20,7 +20,7 @@
* Move all hardcoded strings to En.rc. * Move all hardcoded strings to En.rc.
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_COLOR #ifdef INCLUDE_CMD_COLOR

View file

@ -16,7 +16,7 @@
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -24,7 +24,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_COPY #ifdef INCLUDE_CMD_COPY

View file

@ -31,7 +31,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_DATE #ifdef INCLUDE_CMD_DATE

View file

@ -40,7 +40,7 @@
* Implemented /A example "del /A:H /A:-R *.exe -ping.exe" * Implemented /A example "del /A:H /A:-R *.exe -ping.exe"
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_DEL #ifdef INCLUDE_CMD_DEL

View file

@ -9,7 +9,7 @@
* *
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_DELAY #ifdef INCLUDE_CMD_DELAY

View file

@ -129,7 +129,7 @@
* Added /p back in using ConOutPrintfPaging * Added /p back in using ConOutPrintfPaging
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_DIR #ifdef INCLUDE_CMD_DIR

View file

@ -14,7 +14,7 @@
* Added DIRS command. * Added DIRS command.
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef FEATURE_DIRECTORY_STACK #ifdef FEATURE_DIRECTORY_STACK

View file

@ -26,7 +26,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -20,7 +20,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -20,7 +20,7 @@
* Now expands lfn even when trailing " is omitted. * Now expands lfn even when trailing " is omitted.
*/ */
#include "precomp.h" #include <precomp.h>
#ifdef FEATURE_UNIX_FILENAME_COMPLETION #ifdef FEATURE_UNIX_FILENAME_COMPLETION

View file

@ -30,7 +30,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -11,7 +11,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_FREE #ifdef INCLUDE_CMD_FREE

View file

@ -26,7 +26,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -37,7 +37,7 @@
* *
*/ */
#include "precomp.h" #include <precomp.h>
#ifdef FEATURE_HISTORY #ifdef FEATURE_HISTORY

View file

@ -30,7 +30,7 @@
* *
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -128,7 +128,7 @@
* translate to other langues. * translate to other langues.
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_CHDIR #ifdef INCLUDE_CMD_CHDIR

View file

@ -17,7 +17,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_LABEL #ifdef INCLUDE_CMD_LABEL

View file

@ -11,7 +11,7 @@
* Unicode safe! * Unicode safe!
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -11,7 +11,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_MEMORY #ifdef INCLUDE_CMD_MEMORY

View file

@ -32,7 +32,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -29,7 +29,7 @@
* added /y and /-y * added /y and /-y
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_MOVE #ifdef INCLUDE_CMD_MOVE

View file

@ -10,7 +10,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_MSGBOX #ifdef INCLUDE_CMD_MSGBOX

View file

@ -25,7 +25,7 @@
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_PATH #ifdef INCLUDE_CMD_PATH

View file

@ -17,7 +17,7 @@
* Unicode ready! * Unicode ready!
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_PAUSE #ifdef INCLUDE_CMD_PAUSE

View file

@ -46,7 +46,7 @@
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
/* /*

View file

@ -25,7 +25,7 @@
* simple check to fix > and | bug with 'rem' * simple check to fix > and | bug with 'rem'
*/ */
#include "precomp.h" #include <precomp.h>
#ifdef FEATURE_REDIRECTION #ifdef FEATURE_REDIRECTION

View file

@ -20,7 +20,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_RENAME #ifdef INCLUDE_CMD_RENAME

View file

@ -11,7 +11,7 @@
* *
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_SCREEN #ifdef INCLUDE_CMD_SCREEN

View file

@ -34,7 +34,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_SET #ifdef INCLUDE_CMD_SET

View file

@ -23,7 +23,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"

View file

@ -11,7 +11,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_START #ifdef INCLUDE_CMD_START

View file

@ -16,7 +16,7 @@ is to be called
other are internal service functions*/ other are internal service functions*/
#include "precomp.h" #include <precomp.h>
#define _B FOREGROUND_BLUE #define _B FOREGROUND_BLUE
#define _G FOREGROUND_GREEN #define _G FOREGROUND_GREEN

View file

@ -24,7 +24,7 @@
* Remove all hardcode string to En.rc. * Remove all hardcode string to En.rc.
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_TIME #ifdef INCLUDE_CMD_TIME

View file

@ -7,7 +7,7 @@
* started - Paolo Pantaleo <paolopan@freemail.it> * started - Paolo Pantaleo <paolopan@freemail.it>
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_TIMER #ifdef INCLUDE_CMD_TIMER

View file

@ -9,7 +9,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_TITLE #ifdef INCLUDE_CMD_TITLE

View file

@ -26,7 +26,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_TYPE #ifdef INCLUDE_CMD_TYPE

View file

@ -21,7 +21,7 @@
* New version info and some output changes. * New version info and some output changes.
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#include <reactos/resource.h> #include <reactos/resource.h>

View file

@ -18,7 +18,7 @@
* Remove all hardcode string to En.rc * Remove all hardcode string to En.rc
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_VERIFY #ifdef INCLUDE_CMD_VERIFY

View file

@ -20,7 +20,7 @@
* Redirection ready! * Redirection ready!
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#ifdef INCLUDE_CMD_VOL #ifdef INCLUDE_CMD_VOL

View file

@ -74,7 +74,7 @@
* *
*/ */
#include "precomp.h" #include <precomp.h>
/* initial size of environment variable buffer */ /* initial size of environment variable buffer */

View file

@ -16,7 +16,7 @@
*/ */
#include "precomp.h" #include <precomp.h>
#include "resource.h" #include "resource.h"
#if ( defined(INCLUDE_CMD_WINDOW) || defined(INCLUDE_CMD_ACTIVATE) ) #if ( defined(INCLUDE_CMD_WINDOW) || defined(INCLUDE_CMD_ACTIVATE) )