Include string.h to make winnt.h self-sufficient.

oldstable
Francois Gouget 2000-04-24 18:02:02 +00:00 committed by Alexandre Julliard
parent 5f4c9a0023
commit b42ed5425b
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include "windef.h"
#ifndef RC_INVOKED
#include <string.h>
#endif
#include "pshpack1.h"
/* Defines */