mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[TIMEDATE]
* Use timedate.h as a PCH. svn path=/trunk/; revision=52960
This commit is contained in:
@@ -27,4 +27,5 @@ add_importlibs(timedate
|
||||
msvcrt
|
||||
kernel32)
|
||||
|
||||
add_pch(timedate timedate.h)
|
||||
add_cd_file(TARGET timedate DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -17,4 +17,5 @@
|
||||
<file>timedate.c</file>
|
||||
<file>timezone.c</file>
|
||||
<file>timedate.rc</file>
|
||||
<pch>timedate.h</pch>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user