* Sync up to trunk HEAD (r62286).
[reactos.git] / base / services / audiosrv / audiosrv.h
index 4c64f31..5674657 100644 (file)
@@ -6,6 +6,9 @@
  * COPYRIGHT:        Copyright 2007 Andrew Greenwood
  */
 
+#ifndef _AUDIOSRV_PCH_
+#define _AUDIOSRV_PCH_
+
 #include <stdarg.h>
 
 #include <windef.h>
@@ -64,3 +67,5 @@ StartSystemAudioServices(VOID);
 void logmsg(char* string, ...);
 
 #endif
+
+#endif /* _AUDIOSRV_PCH_ */