| Revision 1218,
1.0 KB
checked in by lowjoel, 4 years ago
(diff) |
|
Warning fix.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | #pragma once |
|---|
| 23 | |
|---|
| 24 | #include <iostream> |
|---|
| 25 | #include <iomanip> |
|---|
| 26 | #include <string> |
|---|
| 27 | #include <list> |
|---|
| 28 | |
|---|
| 29 | #include <process.h> |
|---|
| 30 | |
|---|
| 31 | #include "targetver.h" |
|---|
| 32 | #define _NTSYSTEM_ |
|---|
| 33 | #define WIN32_NO_STATUS 1 |
|---|
| 34 | #include <windows.h> |
|---|
| 35 | #undef WIN32_NO_STATUS |
|---|
| 36 | #include <ntstatus.h> |
|---|
| 37 | #include <winnt.h> |
|---|
| 38 | #include <winternl.h> |
|---|
| 39 | |
|---|
| 40 | #include "NTApi.h" |
|---|
Note: See
TracBrowser
for help on using the repository browser.