Added include of "wine/port.h" for MSVC.

This commit is contained in:
Martin Fuchs 2003-12-15 19:48:52 +00:00 committed by Alexandre Julliard
parent 00bfb75485
commit 499519d5d3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <string.h>