mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fixed the #endif problem reported by GvG.
svn path=/trunk/; revision=5517
This commit is contained in:
parent
0fa3b8483b
commit
9aa18596b3
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
||||||
* DISCLAIMED. This includes but is not limited to warranties of
|
* DISCLAIMED. This includes but is not limited to warranties of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $
|
* $Revision: 1.7 $
|
||||||
* $Author: royce $
|
* $Author: royce $
|
||||||
* $Date: 2003/08/10 23:55:18 $
|
* $Date: 2003/08/11 02:59:57 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/* Appropriated for Reactos Crtdll by Ariadne */
|
/* Appropriated for Reactos Crtdll by Ariadne */
|
||||||
|
@ -238,7 +238,7 @@ unsigned long _lrotr(unsigned long value, int shift);
|
||||||
#define _tsplitpath _splitpath
|
#define _tsplitpath _splitpath
|
||||||
#define _tmakepath _makepath
|
#define _tmakepath _makepath
|
||||||
#endif
|
#endif
|
||||||
#endif _DISABLE_TIDENTS
|
#endif /* _DISABLE_TIDENTS */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue