mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[CALC]
* Make calc.h a PCH in rbuild build too (already done in cmake build). * Improve this precompiled header. svn path=/trunk/; revision=52880
This commit is contained in:
parent
27b36a9e55
commit
0e157e6285
4 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
#include <tchar.h>
|
||||
|
|
|
@ -14,4 +14,5 @@
|
|||
<file>utl.c</file>
|
||||
<file>winmain.c</file>
|
||||
<file>resource.rc</file>
|
||||
<pch>calc.h</pch>
|
||||
</module>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "calc.h"
|
||||
#include <limits.h>
|
||||
|
||||
void apply_int_mask(calc_number_t *r)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "calc.h"
|
||||
#include <limits.h>
|
||||
|
||||
void apply_int_mask(calc_number_t *r)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue