diff options
Diffstat (limited to 'plugins/CrashDumper/src/sdkstuff.h')
-rw-r--r-- | plugins/CrashDumper/src/sdkstuff.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/CrashDumper/src/sdkstuff.h b/plugins/CrashDumper/src/sdkstuff.h index 536a00bc40..4d160118fc 100644 --- a/plugins/CrashDumper/src/sdkstuff.h +++ b/plugins/CrashDumper/src/sdkstuff.h @@ -16,12 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <windows.h>
-
-
-//#define DBGHELP_TRANSLATE_TCHAR
-
-
#ifndef __in_bcount_opt
#define __in_bcount_opt(x)
#endif
|