Source code of Windows XP (NT5)
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.

37 lines
649 B

  1. /*++
  2. Copyright (c) 1995-2001 Microsoft Corporation
  3. Module Name:
  4. pnp_s_stub.c
  5. Abstract:
  6. Stub file to allow pnp_s.c to work with precompiled headers.
  7. Author:
  8. Jim Cavalaris (jamesca) 04-06-2001
  9. Environment:
  10. User-mode only.
  11. Revision History:
  12. 06-April-2001 jamesca
  13. Creation and initial implementation.
  14. Notes:
  15. The included file pnp_s.c contains the server side stubs for the PNP RPC
  16. interface. The stubs are platform specific, and are included from
  17. ..\idl\$(O). You must first build ..\idl for the current platform prior to
  18. building umpnpmgr.
  19. --*/
  20. #include "precomp.h"
  21. #include "pnp_s.c"