Commit 06664448 authored by Alexandre Julliard's avatar Alexandre Julliard

Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca>

Move property sheets from commctrl.h into into prsht.h.
parent b501c8f9
......@@ -10,6 +10,7 @@
#include "windows.h"
#include "commctrl.h"
#include "prsht.h"
#include "propsheet.h"
#include "win.h"
#include "debug.h"
......
This diff is collapsed. Click to expand it.
......@@ -7,6 +7,7 @@
#include "ole2.h"
#include "oleobj.h"
#include "commctrl.h"
#include "prsht.h"
#include "wintypes.h"
#define STDMETHOD(xfn) HRESULT (CALLBACK *fn##xfn)
......@@ -760,6 +761,7 @@ struct IShellLink {
/* IPersistfile interface */
LPPERSISTFILE lppf;
};
#define IShellLinkA IShellLink
#undef THIS
......
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