Explorar o código

update precomp hdrs

cxgeorge %!s(int64=24) %!d(string=hai) anos
pai
achega
c01e5cb2ad
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      panda/src/chat/chat_headers.h
  2. 2 2
      panda/src/chat/config_chat.cxx

+ 1 - 1
panda/src/chat/chat_headers.h

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

+ 2 - 2
panda/src/chat/config_chat.cxx

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