Make some shell32 files compile in MSVC.

This commit is contained in:
Rolf Kalbermatter 2002-12-16 22:40:34 +00:00 committed by Alexandre Julliard
parent 42d7d1fafb
commit e56d618613
3 changed files with 8 additions and 0 deletions

View File

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

View File

@ -18,6 +18,10 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "config.h"
#include "wine/port.h"
#include <string.h>
#include "winreg.h"

View File

@ -36,6 +36,9 @@
* Release() ???
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <string.h>