Must include 'stdlib.h'.
This commit is contained in:
parent
2fa2cf726a
commit
f2973ca0c8
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue