| 25 | } |
| 26 | |
| 27 | BOOL APIENTRY FakeMain(HMODULE hModule, DWORD dwReason, LPVOID) |
| 28 | { |
| 29 | // if (dwReason == DLL_THREAD_ATTACH) |
| 30 | // OnThreadAttached(); |
| 31 | |
| 32 | return TRUE; |
| 33 | } |
| 34 | #ifndef _M_X64 |
| 35 | |
| 36 | typedef struct LDR_DATA_ENTRY { |
nothing calls this directly
no outgoing calls
no test coverage detected