[ros-diffs] [sserapion] 47433: fix implicit declarations of memset and _vsnprintf

sserapion at svn.reactos.org sserapion at svn.reactos.org
Sun May 30 07:58:46 CEST 2010


Author: sserapion
Date: Sun May 30 07:58:45 2010
New Revision: 47433

URL: http://svn.reactos.org/svn/reactos?rev=47433&view=rev
Log:
fix implicit declarations of memset and _vsnprintf

Modified:
    branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h

Modified: branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h?rev=47433&r1=47432&r2=47433&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/psdk/strsafe.h [iso-8859-1] Sun May 30 07:58:45 2010
@@ -3,6 +3,8 @@
 
 #include <stdlib.h>
 #include <stdarg.h>
+#include <stdio.h>
+#include <string.h> 
 
 #if defined(STRSAFE_NO_CCH_FUNCTIONS) && defined(STRSAFE_NO_CB_FUNCTIONS)
 #error Both STRSAFE_NO_CCH_FUNCTIONS and STRSAFE_NO_CB_FUNCTIONS are defined




More information about the Ros-diffs mailing list