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/demux_mpc/src/mpc_reg.cpp

    r379 r381  
    77//-----------------------------------------------------------------------------
    88#include "stdafx.h"
     9#include <atlbase.h>
    910
    1011#pragma warning(disable: 4996)
     
    138139
    139140// The one and only application object
    140 CWinApp theApp;
     141//CWinApp theApp;
    141142using namespace std;
    142143
     
    145146extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE, ULONG, LPVOID);
    146147
    147 BOOL APIENTRY FilterDllMain(HANDLE hModule, DWORD  dwReason, LPVOID lpReserved)
     148BOOL APIENTRY MPCFilterDllMain(HANDLE hModule, DWORD  dwReason, LPVOID lpReserved)
    148149{
    149150        _DllMainCRTStartup((HINSTANCE)hModule, dwReason, lpReserved);
Note: See TracChangeset for help on using the changeset viewer.