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.

49 lines
1.2 KiB

  1. #if 0
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1992 - 1992.
  4. All rights reserved.
  5. This .def file is preprocessed by the compiler to create the version for
  6. the current build in the appropriate subdir. Basically, whatever you
  7. would have used in your code to control what is compiled when can be
  8. used in this file for the same purpose. The following defines are in
  9. use at the time this file was written:
  10. FLAT - Used to indicate a NT/DOS7 build
  11. i386 - Intel i386/i486 build
  12. MIPS - MIPS R3000/R4000 build
  13. ALPHA - DEC Alpha build
  14. DBG - Used to control Debug/Retail. Set to 1 if Debug,
  15. 0 if Retail.
  16. WIN31 - Win16 build
  17. __OS2__ - OS/2 build (used by CT mostly)
  18. If none of these are used, it is assumed the entire file can be used
  19. for all builds.
  20. #endif
  21. #ifdef FLAT
  22. LIBRARY gizmobar
  23. EXPORTS
  24. GizmoPAllocate
  25. GizmosExpand
  26. GizmoPFree
  27. GizmosCompact
  28. GizmoPFind
  29. GizmoPEnum
  30. GizmoPStateSet
  31. GizmoPCheck
  32. GBGizmoAdd
  33. GBGizmoEnable
  34. GBGizmoFocusSet
  35. GBGizmoSendMessage
  36. GBGizmoTextGet
  37. GBGizmoTextSet
  38. GBHwndAssociateSet
  39. #endif // FLAT