update precomp hdrs

This commit is contained in:
cxgeorge 2001-06-04 01:50:24 +00:00
parent b9cfee9877
commit c01e5cb2ad
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "chatInput.h"
#pragma hdrstop

View File

@ -16,13 +16,13 @@
//
////////////////////////////////////////////////////////////////////
#ifdef WIN32_VC
#if defined(WIN32_VC) && !defined(NO_PCH)
#include "chat_headers.h"
#endif
#pragma hdrstop
#ifndef WIN32_VC
#if !defined(WIN32_VC) || defined(NO_PCH)
#include "chatInput.h"
#endif