1
0

main.h 667 B

123456789101112131415161718192021222324
  1. #ifndef NULLSOFT_CRASHER_MAIN_H
  2. #define NULLSOFT_CRASHER_MAIN_H
  3. #include <windows.h>
  4. #include <dbghelp.h>
  5. #include "resource.h"
  6. #define NO_IVIDEO_DECLARE
  7. #include "..\winamp\wa_ipc.h"
  8. #include "settings.h"
  9. #include "../winamp/gen.h"
  10. extern Settings settings;
  11. extern prefsDlgRecW prefItem;
  12. extern char *winampVersion;
  13. extern "C" winampGeneralPurposePlugin plugin;
  14. extern "C" __declspec(dllexport) int StartHandler(wchar_t* iniPath);
  15. extern "C" LONG WINAPI FeedBackFilter( struct _EXCEPTION_POINTERS *pExceptionInfo );
  16. //typedef struct _EXCEPTION_POINTERS EXCEPTION_POINTERS, *PEXCEPTION_POINTERS;
  17. static BOOL alreadyProccessing;
  18. #endif // NULLSOFT_CRASHER_MAIN_H