Ticket #5019: TinyXmlPreComp.patch

File TinyXmlPreComp.patch, 1.1 KB (added by eyebex, 14 years ago)
  • tinystr.cpp

     
    2626 * THIS FILE WAS ALTERED BY Tyge Løvset, 7. April 2005.
    2727 */
    2828
     29#include "stdafx.h"
    2930
    3031#ifndef TIXML_USE_STL
    3132
  • tinyxml.cpp

     
    2222distribution.
    2323*/
    2424
     25#include "stdafx.h"
     26
    2527#include <ctype.h>
    2628
    2729#ifdef TIXML_USE_STL
  • tinyxmlerror.cpp

     
    2222distribution.
    2323*/
    2424
     25#include "stdafx.h"
     26
    2527#include "tinyxml.h"
    2628
    2729// The goal of the seperate error file is to make the first
  • tinyxmlparser.cpp

     
    2222distribution.
    2323*/
    2424
     25#include "stdafx.h"
     26
    2527#include <ctype.h>
    2628#include <stddef.h>
    2729