- This one is not needed anymore (_LIBCNT_ is defined in libcntpr.rbuild, PCH is...
authorAleksey Bragin <aleksey@reactos.org>
Fri, 9 Nov 2007 12:25:10 +0000 (12:25 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 9 Nov 2007 12:25:10 +0000 (12:25 +0000)
svn path=/trunk/; revision=30292

reactos/lib/sdk/crt/libcntpr.h [deleted file]

diff --git a/reactos/lib/sdk/crt/libcntpr.h b/reactos/lib/sdk/crt/libcntpr.h
deleted file mode 100644 (file)
index e1b955a..0000000
+++ /dev/null
@@ -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 */