ole32: Include wine/port.h for snprintf().

This commit is contained in:
Bang Jun-young 2007-10-17 17:08:17 +09:00 committed by Alexandre Julliard
parent 27213de046
commit 9f3b5ae89c
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>