WWCtrl.def 255 B

12345678910111213
  1. ; WWCtrl.def : Declares the module parameters for the DLL.
  2. DESCRIPTION 'WWCtrl Windows Dynamic Link Library'
  3. EXPORTS
  4. ; Explicit exports can go here
  5. Show_Color_Picker @2
  6. Get_Form_Color @3
  7. Create_Color_Picker_Form @4
  8. Set_Form_Color @5