* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / win32 / propsys / propsys_private.h
index 092c8ba..8cb748b 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#ifndef _PROPSYS_PRIVATE_H_
+#define _PROPSYS_PRIVATE_H_
+
 #include <config.h>
 
 #include <stdarg.h>
@@ -40,3 +43,5 @@
 WINE_DEFAULT_DEBUG_CHANNEL(propsys);
 
 HRESULT PropertyStore_CreateInstance(IUnknown *outer, REFIID riid, void **ppv) DECLSPEC_HIDDEN;
+
+#endif /* _PROPSYS_PRIVATE_H_ */