You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@locus.apache.org on 2000/12/05 18:19:25 UTC

cvs commit: apr-util/src/misc/win32 aprutil.c

wrowe       00/12/05 09:19:23

  Added:       src/misc/win32 aprutil.c
  Log:
    Just the usual placeholder for the win32 .dll
  
  Revision  Changes    Path
  1.1                  apr-util/src/misc/win32/aprutil.c
  
  Index: aprutil.c
  ===================================================================
  /*
   * Placeholder to force aprutil.dll creation with no LNK4001 error
   *
   * However, this isn't a bad place to store dynamic-only functions 
   * that determine which version of apr the application has loaded.
   * These functions are of (less?) importance to static-bound apps.
   */