ben         97/07/14 03:01:38

  Modified:    src/regex  regex.h
  Log:
  Clean up Win32 debris.
  
  Revision  Changes    Path
  1.3       +2 -0      apache/src/regex/regex.h
  
  Index: regex.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/regex/regex.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** regex.h   1997/07/13 19:01:36     1.2
  --- regex.h   1997/07/14 10:01:37     1.3
  ***************
  *** 7,12 ****
  --- 7,14 ----
    
    #ifdef WIN32
    #define API_EXPORT(type)    __declspec(dllexport) type __stdcall
  + #else
  + #define API_EXPORT(type)    type
    #endif
    
    /* === regex2.h === */
  
  
  

Reply via email to