Chameleon

Chameleon Svn Source Tree

Root/branches/meklortOld/i386/modules/lazydylib1.c

Source at commit 1146 created 12 years 10 months ago.
By azimutz, Sync with trunk (r1145). Add nVidia dev id's, 0DF4 for "GeForce GT 450M" (issue 99) and 1251 for "GeForce GTX 560M" (thanks to oSxFr33k for testing).
1/*
2000003b3 S _dyld_lazy_dylib_proxy
300000071 T _lazy_load_dylib
400000000 T dyld_lazy_dylib_stub_binding_helper
5*/
6#if 0
7int dyld_lazy_dylib_proxy()
8{
9return 0;
10}
11
12void* lazy_load_dylib(void* lazyPointer)
13{
14}
15#endif

Archive Download this file

Revision: 1146