home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nspr30-v.zip / nspr30-v / include / private / prpriv.h < prev   
C/C++ Source or Header  |  1998-07-21  |  1KB  |  35 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /*
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  * 
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  * 
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. #ifndef prpriv_h___
  20. #define prpriv_h___
  21.  
  22. /*
  23.  * NSPR 2.0 Private API
  24.  */
  25.  
  26. #ifndef XP_MAC
  27. #include "private/pprio.h"
  28. #include "private/pprthred.h"
  29. #else
  30. #include "pprio.h"
  31. #include "pprthred.h"
  32. #endif
  33.  
  34. #endif /* prpriv_h___ */
  35.