Changeset 5135 for trunk/src/ddraw


Ignore:
Timestamp:
Feb 14, 2001, 4:14:46 PM (25 years ago)
Author:
sandervl
Message:

VAC 3.6.5 bug workaround

Location:
trunk/src/ddraw
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/initterm.cpp

    r5130 r5135  
    5858
    5959   case DLL_PROCESS_DETACH:
    60         __ctordtorTerm();
     60        ctordtorTerm();
    6161        return TRUE;
    6262   }
     
    8686      case 0 :
    8787      {
    88          __ctordtorInit();
     88         ctordtorInit();
    8989
    9090         DosQueryModuleName(hModule, CCHMAXPATH, ddrawPath);
  • trunk/src/ddraw/new/initterm.cpp

    r5130 r5135  
    6161
    6262   case DLL_PROCESS_DETACH:
    63         __ctordtorTerm();
     63        ctordtorTerm();
    6464        return TRUE;
    6565   }
     
    8989      case 0 :
    9090      {
    91          __ctordtorInit();
     91         ctordtorInit();
    9292
    9393         DosQueryModuleName(hModule, CCHMAXPATH, ddrawPath);
Note: See TracChangeset for help on using the changeset viewer.