Windows NT 4.0 source code leak
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.

18 lines
512 B

4 years ago
  1. //--------------------------------------------------------------------------;
  2. //
  3. // File: resource.h
  4. //
  5. // Copyright (c) 1995,1996 Microsoft Corporation. All Rights Reserved.
  6. //
  7. // Contents:
  8. // Defines for string resources.
  9. //
  10. //--------------------------------------------------------------------------;
  11. #define IDS_PRIMARYDRIVER 1000
  12. #define IDS_SOUND 1001
  13. #define IDS_EMULATED 1002
  14. #define IDS_DRIVERLD 1003
  15. // Our module handle, defined in init.c.
  16. extern HANDLE hModule;