Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
800 B

  1. /****************************************************************************/
  2. /* aupapi.h */
  3. /* */
  4. /* RDP Update Packager API functions */
  5. /* */
  6. /* Copyright(c) Microsoft, PictureTel 1993-1996 */
  7. /* (C) 1997-1999 Microsoft Corp. */
  8. /****************************************************************************/
  9. #ifndef _H_AUPAPI
  10. #define _H_AUPAPI
  11. // Size of sample for OE2 compression statistics.
  12. #define UP_SAMPLE_SIZE 32768
  13. #endif /* ndef _H_AUPAPI */