[pywin32-checkins] pywin32/win32/src PyWinTypesmodule.cpp,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-31 02:54:15
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1:/tmp/cvs-serv17507 Modified Files: PyWinTypesmodule.cpp Log Message: It would help it I spelt DllMain correctly. Index: PyWinTypesmodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PyWinTypesmodule.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** PyWinTypesmodule.cpp 31 Oct 2003 02:47:39 -0000 1.10 --- PyWinTypesmodule.cpp 31 Oct 2003 02:54:12 -0000 1.11 *************** *** 494,498 **** extern "C" __declspec(dllexport) #endif ! BOOL WINAPI DLLMAIN(HANDLE hInstance, DWORD dwReason, LPVOID lpReserved) { switch (dwReason) { --- 494,498 ---- extern "C" __declspec(dllexport) #endif ! BOOL WINAPI DllMain(HANDLE hInstance, DWORD dwReason, LPVOID lpReserved) { switch (dwReason) { |