mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:03:13 +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
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/crt/??????
|
||||
* PURPOSE: Unknown
|
||||
* PROGRAMER: Unknown
|
||||
* UPDATE HISTORY:
|
||||
* 25/11/05: Created
|
||||
*/
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/crt/??????
|
||||
* PURPOSE: Unknown
|
||||
* PROGRAMER: Unknown
|
||||
* UPDATE HISTORY:
|
||||
* 25/11/05: Created
|
||||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#ifdef _UNICODE
|
||||
#define sT "S"
|
||||
#define sT "S"
|
||||
#else
|
||||
#define sT "s"
|
||||
#define sT "s"
|
||||
#endif
|
||||
|
||||
#define MK_STR(s) #s
|
||||
|
@ -122,8 +122,6 @@ FILE *_tpopen (const _TCHAR *cm, const _TCHAR *md) /* program name, pipe mode */
|
|||
CloseHandle(hReadPipe);
|
||||
}
|
||||
|
||||
//pf->_tmpfname = ProcessInformation.hProcess;
|
||||
|
||||
return( pf );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue