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.

18 lines
287 B

  1. // private includes for sole
  2. #ifndef __INCLUDE_SOLEP
  3. #define __INCLUDE_SOLEP
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #define SOLE_CNEURALINPUTGUIDE 64
  8. #define SOLE_CNEURALINPUTNOGUIDE 60
  9. #define SOLE_CNEURALHIDDEN 150
  10. #define SOLE_CNEURALOUTPUT 94
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif