summaryrefslogtreecommitdiff
path: root/shell/inc/propsheets.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/propsheets.hxx')
-rw-r--r--shell/inc/propsheets.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/inc/propsheets.hxx b/shell/inc/propsheets.hxx
index 2c3883555d1e..68e28192922d 100644
--- a/shell/inc/propsheets.hxx
+++ b/shell/inc/propsheets.hxx
@@ -30,7 +30,7 @@
class CPropertySheet : public IShellExtInit, public IShellPropSheetExt
{
public:
- CPropertySheet(long RefCnt = 1);
+ CPropertySheet(LONG RefCnt = 1);
virtual ~CPropertySheet();
@@ -74,7 +74,7 @@ private:
void InitPropPageStatistics(HWND hwnd, LPPROPSHEETPAGE lppsp);
private:
- long m_RefCnt;
+ LONG m_RefCnt;
Filepath_char_t m_szFileName[MAX_PATH];
};