summary refs log tree commit diff stats
path: root/doc/pydoc/ranger.shared.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pydoc/ranger.shared.html')
0 files changed, 0 insertions, 0 deletions
v>
d2c7d391c ^
47886978c ^





1
2
3
4
5
6
7
8
9
10
11
12
13



                                                                              
                                                                        
 
                                                                        





                                                    
//+---------------------------------------------------------------------------

#include <windows.h>

BOOL WINAPI DllMain (HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved);

BOOL WINAPI _dllstart(HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved)
{
	BOOL bRet;
	bRet = DllMain (hDll, dwReason, lpReserved);
	return bRet;
}