Removed the crashdump code from the Dev branch and added the -R/--crashdump parameter to activate it, and also made the makefiles not build pcap_if.exe by default.

This commit is contained in:
OBattler
2020-04-17 02:20:02 +02:00
parent 4bc41197b9
commit 13a9477b6d
6 changed files with 14 additions and 33 deletions

View File

@@ -90,9 +90,7 @@ extern WCHAR wopenfilestring[512];
extern uint8_t filterindex;
#ifdef USE_CRASHDUMP
extern void InitCrashDump(void);
#endif
extern HICON LoadIconEx(PCTSTR pszIconName);