removed old KPH comments

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1037 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-04-09 09:16:15 +00:00
parent d3330a3d04
commit e29085b64a
2 changed files with 0 additions and 11 deletions
-3
View File
@@ -20,9 +20,6 @@
* along with Process Hacker. If not, see <http://www.gnu.org/licenses/>.
*/
/* All reverse-engineering done in IDA Pro with that X-ray thingy... */
/* Parts taken from ReactOS */
#include "kph_nt.h"
#include "debug.h"
-8
View File
@@ -20,14 +20,6 @@
* along with Process Hacker. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* This driver has two main purposes:
*
* 1. To enable Process Hacker to (transparently) do anything without the
* restriction of hooked calls, and
* 2. To enable Process Hacker to retrieve handle names for any file object.
*/
#include "kprocesshacker.h"
#include "kph_nt.h"
#include "kernel_types.h"