Commit f2973ca0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Must include 'stdlib.h'.

parent 2fa2cf72
......@@ -21,6 +21,11 @@
#include "wine/obj_dragdrop.h"
#ifndef RC_INVOKED
/* For compatibility only, at least for now */
#include <stdlib.h>
#endif
HRESULT WINAPI GetClassFile(LPOLESTR filePathName,CLSID *pclsid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment