rbb         99/06/01 11:52:41

  Modified:    apr/lib  lib.dsp
  Added:       apr/lib  lib.def
  Log:
  Update the lib stuff so that we export the appropriate symbols.
  I learn this Windows stuff if it kills me.  :)
  
  Revision  Changes    Path
  1.2       +4 -0      apache-apr/apr/lib/lib.dsp
  
  Index: lib.dsp
  ===================================================================
  RCS file: /home/cvs/apache-apr/apr/lib/lib.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lib.dsp   1999/06/01 18:15:44     1.1
  +++ lib.dsp   1999/06/01 18:52:40     1.2
  @@ -113,5 +113,9 @@
   
   SOURCE=.\apr_snprintf.c
   # End Source File
  +# Begin Source File
  +
  +SOURCE=.\lib.def
  +# End Source File
   # End Target
   # End Project
  
  
  
  1.1                  apache-apr/apr/lib/lib.def
  
  Index: lib.def
  ===================================================================
  ; lib.def : 
  
  LIBRARY lib
  DESCRIPTION ''
  
  EXPORTS
        ; Add new API calls to the end of this list.
        apr_MD5Final   @1
        apr_MD5Init   @2
        apr_MD5Update   @3
      apr_cpystrn   @4
        apr_fnmatch   @7
        apr_is_fnmatch   @8
        apr_MD5Encode   @9
        apr_validate_password   @10
        ap_make_sub_pool   @11
        ap_init_alloc   @12
        ap_clear_pool   @13
        ap_destroy_pool   @14
        ap_bytes_in_pool   @15
        ap_bytes_in_free_blocks   @16
        ap_palloc   @20
        ap_pcalloc   @21
        ap_pstrdup   @22
        ap_pstrndup   @23
        ap_pstrcat   @24
        ap_pvsprintf   @25
        ap_psprintf   @26
        ap_make_array   @27
        ap_push_array   @28
        ap_array_cat   @29
        ap_copy_array   @30
        ap_copy_array_hdr   @31
        ap_append_arrays   @32
        ap_array_pstrcat   @33
        ap_make_table   @34
        ap_copy_table   @35
        ap_clear_table   @36
        ap_table_get   @37
        ap_table_set   @38
        ap_table_setn   @39
        ap_table_unset   @40
        ap_table_merge   @41
        ap_table_mergen   @42
        ap_table_add   @43
        ap_table_addn   @44
        ap_overlay_tables @45
        ap_table_do   @46
        ap_overlap_tables   @47
        ap_run_cleanup   @48
        ap_cleanup_for_exec   @49
        ap_null_cleanup   @50
        ap_note_subprocess   @51
        apr_slack   @54
        ap_vformatter   @55
        ap_snprintf   @56
        ap_vsnprintf   @57
  
  
  

Reply via email to