commit | b42ed5425b4ac549fff443e397f632900808ace1 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@psn.net> | Mon Apr 24 18:02:02 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 24 18:02:02 2000 +0000 |
tree | ede33ce53a83f7e4c8c2f9a004e5f28493e0c788 | |
parent | 5f4c9a0023ae7ccd6f1be6b686fe42b062fad0a4 [diff] [blame] |
Include string.h to make winnt.h self-sufficient.
diff --git a/include/winnt.h b/include/winnt.h index adfc56d..dc2877a 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -9,6 +9,10 @@ #include "windef.h" +#ifndef RC_INVOKED +#include <string.h> +#endif + #include "pshpack1.h" /* Defines */