You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/04/18 11:45:24 UTC

cvs commit: apache-2.0/src/lib/apr/include apr_config.hw

trawick     00/04/18 02:45:24

  Modified:    src/lib/apr/include apr_config.hw
  Log:
  Submitted by:	Tim Costello
  Reviewed by:	William Rowe, Jeff Trawick
  
  Revision  Changes    Path
  1.9       +1 -1      apache-2.0/src/lib/apr/include/apr_config.hw
  
  Index: apr_config.hw
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_config.hw,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apr_config.hw	2000/04/14 16:50:25	1.8
  +++ apr_config.hw	2000/04/18 09:45:24	1.9
  @@ -204,7 +204,7 @@
    * In the case of non-text functions, simply #define the original name
    */
   
  -DECLARE_LATE_DLL_FUNC(DLL_WINBASEAPI, BOOL, WINAPI, GetFileAttributesExA, 234, (
  +DECLARE_LATE_DLL_FUNC(DLL_WINBASEAPI, BOOL, WINAPI, GetFileAttributesExA, 0, (
       IN LPCSTR lpFileName,
       IN GET_FILEEX_INFO_LEVELS fInfoLevelId,
       OUT LPVOID lpFileInformation),