[TIMEDATE]

* Use timedate.h as a PCH.

svn path=/trunk/; revision=52960
This commit is contained in:
Amine Khaldi
2011-07-28 15:01:19 +00:00
parent 6db3c4c729
commit e06a02772e
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -27,4 +27,5 @@ add_importlibs(timedate
msvcrt
kernel32)
add_pch(timedate timedate.h)
add_cd_file(TARGET timedate DESTINATION reactos/system32 FOR all)
-2
View File
@@ -1,5 +1,3 @@
#pragma once
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
+1
View File
@@ -17,4 +17,5 @@
<file>timedate.c</file>
<file>timezone.c</file>
<file>timedate.rc</file>
<pch>timedate.h</pch>
</module>