Don't use #pragma once for pch files. Fixes build.
[reactos.git] / reactos / base / applications / taskmgr / precomp.h
index 6727247..c30856b 100644 (file)
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef __PRECOMP_H
+#define __PRECOMP_H
 
 #ifndef UNICODE
 #error Task-Manager uses NDK functions, so it can only be compiled with Unicode support enabled!
@@ -35,3 +36,5 @@
 #include "priority.h"
 #include "run.h"
 #include "trayicon.h"
+
+#endif /* __PRECOMP_H */