Module: wine Branch: master Commit: 9f3b5ae89c67b4a810004431e27ba4a92a0d08ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f3b5ae89c67b4a810004431e2...
Author: Bang Jun-young junyoung@mogua.com Date: Wed Oct 17 17:08:17 2007 +0900
ole32: Include wine/port.h for snprintf().
---
dlls/ole32/ole32_main.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/ole32/ole32_main.c b/dlls/ole32/ole32_main.c index 1d58d55..89878b7 100644 --- a/dlls/ole32/ole32_main.c +++ b/dlls/ole32/ole32_main.c @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#include "config.h" +#include "wine/port.h" + #include <stdarg.h> #include <stdio.h>