Files
HackBrowserData/crypto/windows/abe_native/bootstrap.h
T
Roger 76e2615db2 refactor(windows): clean up Chrome ABE module (#574)
* refactor(abe): remove --abe-key flag and its global state
* refactor(abe): rework scratch protocol and Go/C structure
2026-04-19 15:20:51 +08:00

19 lines
307 B
C

#ifndef HBD_ABE_BOOTSTRAP_H
#define HBD_ABE_BOOTSTRAP_H
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "bootstrap_layout.h"
#ifdef __cplusplus
extern "C" {
#endif
__declspec(dllexport) ULONG_PTR WINAPI Bootstrap(LPVOID lpParameter);
#ifdef __cplusplus
}
#endif
#endif // HBD_ABE_BOOTSTRAP_H