Closed romanholidaypancakes closed 11 months ago
I'm using lazy_importer's default settings without changing any code
int main() {
LPWSTR name = NULL;
NETSETUP_JOIN_STATUS net;
NetGetJoinInformation((LPCWSTR)NULL, &name, &net);
LI_FN(NetGetJoinInformation)((LPCWSTR)NULL, &name, &net);
return 0;
}
I'm using lazy_importer's default settings without changing any code
So... Did you try enabling forwarded import resolution and case insensitive comparison?
I'm using lazy_importer's default settings without changing any code
So... Did you try enabling forwarded import resolution and case insensitive comparison?
i have tried
#define LAZY_IMPORTER_CASE_INSENSITIVE
#define LAZY_IMPORTER_RESOLVE_FORWARDED_EXPORTS
Most likely an api-set export. Won't be fixed unless there is large demand for this.
win10 32bit exe