explicitly included <prsht.h>
This commit is contained in:
parent
d1f36d80ad
commit
074b2cc007
|
@ -10,6 +10,8 @@
|
|||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <prsht.h>
|
||||
|
||||
void LoadLogSetting (HKEY hKey,char * String, BOOL * Value);
|
||||
void SaveLogOptions (void);
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include <prsht.h>
|
||||
|
||||
class CSettingsPage
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue