pch.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /*-------------------------------------------------------------------------
  2. pch.h
  3. Precompiled header for AllClub
  4. Owner:
  5. Copyright 1986-2000 Microsoft Corporation, All Rights Reserved
  6. *-----------------------------------------------------------------------*/
  7. #ifndef _ALLCLUB_PCH_
  8. #define _ALLCLUB_PCH_
  9. #define ALLCLUB_MODULE 1
  10. #include <windows.h>
  11. #include <stdlib.h>
  12. #include <memory.h>
  13. #include <sqlext.h>
  14. #include <dplobby.h>
  15. // This also includes <atlbase.h> and <atlcom.h>
  16. #include "AllClubModule.h"
  17. #define __MODULE__ "AllClub"
  18. #include <zlib.h>
  19. #include <utility.h>
  20. #include <TCLib.h>
  21. #include <TCAtl.h>
  22. #include <..\TCAtl\ObjectMap.h>
  23. #include <..\TCAtl\UserAcct.h>
  24. #include <..\TCLib\TCThread.h>
  25. #include "..\fedsrv\fedsrvsql.h"
  26. #include <guids.h>
  27. #include "resource.h"
  28. #include "zone.h"
  29. #include "messagecore.h"
  30. #include "ClubMessages.h"
  31. #include "sharemem.h"
  32. #include "ClubCounters.h"
  33. #include "zauth.h"
  34. //$ ASYNCCLUB
  35. // #include "clubqueries2.h"
  36. #include "ClubApp.h"
  37. #include "ClubClient.h"
  38. #include "StaticData.h"
  39. /////////////////////////////////////////////////////////////////////////////
  40. // This is included very last since it conflicts with <atlwin.h>, included
  41. // indirectly by <TCAtl.h>.
  42. //
  43. #include <windowsx.h> // For GlobalAllocPtr and GlobalFreePtr
  44. /////////////////////////////////////////////////////////////////////////////
  45. #endif