mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
fix formatting
svn path=/trunk/; revision=41661
This commit is contained in:
parent
a291ebef7a
commit
593091354a
1 changed files with 98 additions and 100 deletions
|
@ -1,20 +1,20 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/crt/??????
|
* FILE: lib/crt/??????
|
||||||
* PURPOSE: Unknown
|
* PURPOSE: Unknown
|
||||||
* PROGRAMER: Unknown
|
* PROGRAMER: Unknown
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* 25/11/05: Created
|
* 25/11/05: Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <precomp.h>
|
#include <precomp.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
#ifdef _UNICODE
|
#ifdef _UNICODE
|
||||||
#define sT "S"
|
#define sT "S"
|
||||||
#else
|
#else
|
||||||
#define sT "s"
|
#define sT "s"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MK_STR(s) #s
|
#define MK_STR(s) #s
|
||||||
|
@ -122,8 +122,6 @@ FILE *_tpopen (const _TCHAR *cm, const _TCHAR *md) /* program name, pipe mode */
|
||||||
CloseHandle(hReadPipe);
|
CloseHandle(hReadPipe);
|
||||||
}
|
}
|
||||||
|
|
||||||
//pf->_tmpfname = ProcessInformation.hProcess;
|
|
||||||
|
|
||||||
return( pf );
|
return( pf );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue