Updates with progress on calling standard dialogs, FileOpen, SelectFont and more...
[reactos.git] / rosapps / regedt32 / StdAfx.h
index 1e47eff..1cad69c 100644 (file)
 #pragma once
 #endif // _MSC_VER > 1000
 
-#define WIN32_LEAN_AND_MEAN            // Exclude rarely-used stuff from Windows headers
-
+//#define WIN32_LEAN_AND_MEAN     // Exclude rarely-used stuff from Windows headers
 
 // Windows Header Files:
 #include <windows.h>
+#include <commctrl.h>
 
 // C RunTime Header Files
 #include <stdlib.h>