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.

9 lines
237 B

  1. #ifndef __LocalResource_H__
  2. #define __LocalResource_H__
  3. #define INDEX_NONE -1
  4. #define INDEX_WEBSERVER 0
  5. #define INDEX_DBSERVER 1
  6. #define INDEX_UDDISERVICES 2
  7. #define INDEX_OPENFOLDER 5
  8. #endif // __LocalResource_H__