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.

27 lines
421 B

  1. #if !defined(INC__DUserServices_h__INCLUDED)
  2. #define INC__DUserServices_h__INCLUDED
  3. /*
  4. * Include dependencies
  5. */
  6. #include <limits.h> // Standard constants
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. #ifdef DUSER_EXPORTS
  11. #define DUSER_API
  12. #else
  13. #define DUSER_API __declspec(dllimport)
  14. #endif
  15. #ifdef __cplusplus
  16. }; // extern "C"
  17. #endif
  18. #endif // INC__DUserServices_h__INCLUDED