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.

15 lines
285 B

  1. #ifndef _UTIL4D_H_
  2. #define _UTIL4D_H_
  3. #define ULONG_MAX 0xffffffff
  4. #ifdef _4DEXPORTING
  5. #define DLLDECL dllexport
  6. #else
  7. #define DLLDECL dllimport
  8. #endif
  9. #define STD4DDLL __declspec(DLLDECL) __stdcall
  10. #define STD4DDLL_(type) __declspec(DLLDECL) type __stdcall
  11. #endif