* 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
-1
View File
@@ -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)
{