rse         98/03/09 03:38:57

  Modified:    src/os/win32 mod_dll.c
  Log:
  typo
  
  Revision  Changes    Path
  1.7       +1 -1      apache-1.3/src/os/win32/mod_dll.c
  
  Index: mod_dll.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/mod_dll.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_dll.c 1998/01/07 16:47:08     1.6
  +++ mod_dll.c 1998/03/09 11:38:57     1.7
  @@ -77,7 +77,7 @@
    * 1. Add the following to the module source file's module record
    *    definition: MODULE_VAR_EXPORT. i.e. if you have
    *    "module foo_module;", replace it with
  - *    "module MODULE+VAR_EXPORT foo_module;". If your module is to be
  + *    "module MODULE_VAR_EXPORT foo_module;". If your module is to be
    *    compiled with both Windows and Unix, you may wish to use an #ifdef
    *    WIN32
    *
  
  
  

Reply via email to