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.

25 lines
726 B

  1. /******************************************************************************
  2. Copyright (C) Microsoft Corporation 1985-1990. All rights reserved.
  3. Title: drvrstr.c - Installable driver code strings
  4. Version: 1.00
  5. Date: 10-Jun-1990
  6. Author: ROBWI
  7. ------------------------------------------------------------------------------
  8. Change log:
  9. DATE REV DESCRIPTION
  10. ----------- ----- -----------------------------------------------------------
  11. 10-JUN-1990 ROBWI Based on windows 3.1 installable driver code by davidds
  12. *****************************************************************************/
  13. #include "windows.h"
  14. LPSTR szDriverProc = "DriverProc";