You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/02 06:15:06 UTC

svn commit: r374255 - /webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c

Author: damitha
Date: Wed Feb  1 21:15:01 2006
New Revision: 374255

URL: http://svn.apache.org/viewcvs?rev=374255&view=rev
Log:
updated for windows compatibility

Modified:
    webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c

Modified: webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c?rev=374255&r1=374254&r2=374255&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c (original)
+++ webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.c Wed Feb  1 21:15:01 2006
@@ -41,7 +41,7 @@
     return returningString;
 }
 */
-HMODULE callLoadLib(LPCTSTR lib)
+AXIS2_DECLARE(HMODULE) callLoadLib(LPCTSTR lib)
 {
 
         SetErrorMode(SEM_FAILCRITICALERRORS); //Disable display of the critical-error-handler message box