rpcrt4: ndr_stubless.h should include ndrtypes.h as it depends on types it defines.
This commit is contained in:
parent
31676530c2
commit
f9a54a58d5
|
@ -37,7 +37,6 @@
|
|||
#include "objbase.h"
|
||||
#include "rpc.h"
|
||||
#include "rpcproxy.h"
|
||||
#include "ndrtypes.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "wine/rpcfc.h"
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "ndrtypes.h"
|
||||
|
||||
/* there can't be any alignment with the structures in this file */
|
||||
#include "pshpack1.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue