Ignore:
Timestamp:
Jun 12, 2000, 10:09:48 AM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/url.cpp

    r3539 r3687  
    1 /* $Id: url.cpp,v 1.2 2000-05-15 02:42:35 phaller Exp $ */
     1/* $Id: url.cpp,v 1.3 2000-06-12 08:09:48 phaller Exp $ */
    22
    33/*
     
    7373{ /* scheme     opaque hist   type */
    7474  {"http://",   FALSE, FALSE, 0},
     75  {"https://",  FALSE, FALSE, 0},
     76  {"shttp://",  FALSE, FALSE, 0},
    7577  {"file://",   FALSE, FALSE, 0},
    7678  {"ftp://",    FALSE, FALSE, 0},
    7779  {"telnet://", FALSE, TRUE,  0},
    7880  {"news://",   FALSE, TRUE,  0},
     81  {"snews://",  FALSE, TRUE,  0},
    7982  {"mailto:",   TRUE,  TRUE,  0},
    8083  {"gopher://", FALSE, FALSE, 0},
     84  {"wais://",   FALSE, FALSE, 0},
    8185};
    8286
Note: See TracChangeset for help on using the changeset viewer.