mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-21 06:32:33 -04:00
update precomp hdrs
This commit is contained in:
parent
b9cfee9877
commit
c01e5cb2ad
@ -16,7 +16,7 @@
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <pandabase.h>
|
||||
#include "chatInput.h"
|
||||
|
||||
#pragma hdrstop
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user