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"
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#include "pshpack1.h"
|
||||
/* Defines */
|
||||
|
||||
|
|
Loading…
Reference in New Issue