Ignore:
Timestamp:
01/13/08 19:23:34 (16 years ago)
Author:
radscorpion
Message:

Recompiled with MFC as Static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsfilters/dec_mpc/src/mpc_reg.cpp

    r373 r381  
    102102
    103103// The one and only application object
    104 CWinApp theApp;
     104//CWinApp theApp;
    105105using namespace std;
    106106
     
    109109extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE, ULONG, LPVOID);
    110110
    111 BOOL APIENTRY FilterDllMain(HANDLE hModule, DWORD  dwReason, LPVOID lpReserved)
     111BOOL APIENTRY MPCFilterDllMain(HANDLE hModule, DWORD  dwReason, LPVOID lpReserved)
    112112{
    113113        _DllMainCRTStartup((HINSTANCE)hModule, dwReason, lpReserved);
Note: See TracChangeset for help on using the changeset viewer.