- This one is not needed anymore (_LIBCNT_ is defined in libcntpr.rbuild, PCH is precomp.h).

svn path=/trunk/; revision=30292
This commit is contained in:
Aleksey Bragin 2007-11-09 12:25:10 +00:00
parent 1402877204
commit 25c3bd5a53

View file

@ -1,22 +0,0 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS System Libraries
* FILE: lib/sdk/libcntpr/libcntpr.h
* PURPOSE: NT Private CRT
* PROGRAMMER: Alex Ionescu (alex.ionescu@reactos.org)
*/
/* INCLUDES ******************************************************************/
#ifndef _LIBCNT_
#define _LIBCNT_
//
// C Headers
//
#include <stdlib.h>
#include <stdio.h>
#endif /* _LIBCNT_ */
/* EOF */