You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@hyperreal.org on 1999/08/30 17:04:33 UTC

cvs commit: apache-2.0/src/os/win32 apache.ico apache.rc resource.h

stoddard    99/08/30 08:04:31

  Added:       src/os/win32 apache.ico apache.rc resource.h
  Log:
  Lost the Apache feather icon along the way. Adding it back in...
  
  Revision  Changes    Path
  1.1                  apache-2.0/src/os/win32/apache.ico
  
  	<<Binary file>>
  
  
  1.1                  apache-2.0/src/os/win32/apache.rc
  
  Index: apache.rc
  ===================================================================
  //Microsoft Developer Studio generated resource script.
  //
  #include "resource.h"
  
  #define APSTUDIO_READONLY_SYMBOLS
  /////////////////////////////////////////////////////////////////////////////
  //
  // Generated from the TEXTINCLUDE 2 resource.
  //
  #include "winresrc.h"
  
  /////////////////////////////////////////////////////////////////////////////
  #undef APSTUDIO_READONLY_SYMBOLS
  
  /////////////////////////////////////////////////////////////////////////////
  // Neutral resources
  
  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
  #ifdef _WIN32
  LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  #pragma code_page(1252)
  #endif //_WIN32
  
  /////////////////////////////////////////////////////////////////////////////
  //
  // Icon
  //
  
  // Icon with lowest ID value placed first to ensure application icon
  // remains consistent on all systems.
  IDI_APACHE              ICON    DISCARDABLE     "apache.ico"
  #endif    // Neutral resources
  /////////////////////////////////////////////////////////////////////////////
  
  
  /////////////////////////////////////////////////////////////////////////////
  // English (U.K.) resources
  
  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  #ifdef _WIN32
  LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  #pragma code_page(1252)
  #endif //_WIN32
  
  #ifdef APSTUDIO_INVOKED
  /////////////////////////////////////////////////////////////////////////////
  //
  // TEXTINCLUDE
  //
  
  1 TEXTINCLUDE DISCARDABLE 
  BEGIN
      "resource.h\0"
  END
  
  2 TEXTINCLUDE DISCARDABLE 
  BEGIN
      "#include ""winresrc.h""\r\n"
      "\0"
  END
  
  3 TEXTINCLUDE DISCARDABLE 
  BEGIN
      "\r\n"
      "\0"
  END
  
  #endif    // APSTUDIO_INVOKED
  
  #endif    // English (U.K.) resources
  /////////////////////////////////////////////////////////////////////////////
  
  
  
  #ifndef APSTUDIO_INVOKED
  /////////////////////////////////////////////////////////////////////////////
  //
  // Generated from the TEXTINCLUDE 3 resource.
  //
  
  
  /////////////////////////////////////////////////////////////////////////////
  #endif    // not APSTUDIO_INVOKED
  
  
  
  
  1.1                  apache-2.0/src/os/win32/resource.h
  
  Index: resource.h
  ===================================================================
  //{{NO_DEPENDENCIES}}
  // Microsoft Developer Studio generated include file.
  // Used by Apache.rc
  //
  #define IDI_APACHE                      101
  
  // Next default values for new objects
  // 
  #ifdef APSTUDIO_INVOKED
  #ifndef APSTUDIO_READONLY_SYMBOLS
  #define _APS_NO_MFC                     1
  #define _APS_NEXT_RESOURCE_VALUE        102
  #define _APS_NEXT_COMMAND_VALUE         40001
  #define _APS_NEXT_CONTROL_VALUE         1000
  #define _APS_NEXT_SYMED_VALUE           101
  #endif
  #endif