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) {
|