add delay_ prefix for delayed imports
This commit is contained in:
parent
354b688a2c
commit
47a5f89327
5 changed files with 32 additions and 31 deletions
|
@ -34,7 +34,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||
{
|
||||
g_ddraw_module = hDll;
|
||||
|
||||
imports_init();
|
||||
delay_imports_init();
|
||||
|
||||
if (GetEnvironmentVariable("cnc_ddraw_config_init", NULL, 0))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue