explicitly included <prsht.h>

This commit is contained in:
unknown 2015-08-28 18:29:55 -04:00
parent d1f36d80ad
commit 074b2cc007
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
****************************************************************************/
#include "stdafx.h"
#include <prsht.h>
void LoadLogSetting (HKEY hKey,char * String, BOOL * Value);
void SaveLogOptions (void);

View File

@ -10,6 +10,8 @@
****************************************************************************/
#pragma once
#include <prsht.h>
class CSettingsPage
{
public: