Include string.h to make winnt.h self-sufficient.
This commit is contained in:
parent
5f4c9a0023
commit
b42ed5425b
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
|
|
||||||
|
#ifndef RC_INVOKED
|
||||||
|
#include <string.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "pshpack1.h"
|
#include "pshpack1.h"
|
||||||
/* Defines */
|
/* Defines */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue