[cvs] / xvidcore / dshow / src / Configure.cpp Repository:
ViewVC logotype

Diff of /xvidcore/dshow/src/Configure.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3, Sun Jul 18 02:00:05 2004 UTC revision 1.4, Wed Jul 28 11:26:16 2004 UTC
# Line 60  Line 60 
60  }  }
61    
62    
63    extern "C" void CALLBACK Configure(HWND hWndParent, HINSTANCE hInstParent, LPSTR lpCmdLine, int nCmdShow );
64    
65  void CALLBACK Configure(HWND hWndParent, HINSTANCE hInstParent, LPSTR lpCmdLine, int nCmdShow )  void CALLBACK Configure(HWND hWndParent, HINSTANCE hInstParent, LPSTR lpCmdLine, int nCmdShow )
66  {  {
# Line 73  Line 74 
74  extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE, ULONG, LPVOID);  extern "C" BOOL WINAPI DllEntryPoint(HINSTANCE, ULONG, LPVOID);
75    
76    
77    extern "C" BOOL WINAPI DllMain(HINSTANCE hInst, DWORD fdwReason, LPVOID lpvReserved);
78    
79  BOOL WINAPI DllMain(HINSTANCE hInst, DWORD fdwReason, LPVOID lpvReserved)  BOOL WINAPI DllMain(HINSTANCE hInst, DWORD fdwReason, LPVOID lpvReserved)
80  {  {
81          g_xvid_hInst = hInst;          g_xvid_hInst = hInst;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4