Procházet zdrojové kódy

update precomp hdrs

cxgeorge před 24 roky
rodič
revize
c01e5cb2ad
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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
 

+ 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"
 #endif
 
 #pragma hdrstop
 
-#ifndef WIN32_VC
+#if !defined(WIN32_VC) || defined(NO_PCH)
 #include "chatInput.h"
 #endif