[BROWSEUI]
[reactos.git] / dll / win32 / browseui / globalfoldersettings.cpp
index 73ef093..1504446 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <windows.h>
-#include <shlobj.h>
-#include <shlobj_undoc.h>
-#include <shlguid.h>
-#include <shlguid_undoc.h>
-#include <tchar.h>
-#include <exdisp.h>
-#include <exdispid.h>
-#include <atlbase.h>
-#include <atlcom.h>
-#include <atlwin.h>
-#include "resource.h"
-#include "globalfoldersettings.h"
+#include "precomp.h"
 
 CGlobalFolderSettings::CGlobalFolderSettings()
 {
@@ -42,10 +30,11 @@ CGlobalFolderSettings::~CGlobalFolderSettings()
 
 HRESULT STDMETHODCALLTYPE CGlobalFolderSettings::Get(DEFFOLDERSETTINGS *paramC, int param10)
 {
-       return E_NOTIMPL;
+    return E_NOTIMPL;
 }
 
-HRESULT STDMETHODCALLTYPE CGlobalFolderSettings::Set(const DEFFOLDERSETTINGS *paramC, int param10, unsigned int param14)
+HRESULT STDMETHODCALLTYPE CGlobalFolderSettings::Set(
+    const DEFFOLDERSETTINGS *paramC, int param10, unsigned int param14)
 {
-       return E_NOTIMPL;
+    return E_NOTIMPL;
 }