* 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:
Amine Khaldi 2011-07-25 23:21:29 +00:00
parent 27b36a9e55
commit 0e157e6285
4 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,3 @@
#pragma once
#include <windows.h>
#include <tchar.h>

View file

@ -14,4 +14,5 @@
<file>utl.c</file>
<file>winmain.c</file>
<file>resource.rc</file>
<pch>calc.h</pch>
</module>

View file

@ -1,5 +1,4 @@
#include "calc.h"
#include <limits.h>
void apply_int_mask(calc_number_t *r)
{

View file

@ -1,5 +1,4 @@
#include "calc.h"
#include <limits.h>
void apply_int_mask(calc_number_t *r)
{