Skip to content

Commit

Permalink
v258.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jevinskie committed Sep 9, 2011
1 parent b2ba96f commit 63e7bbe
Show file tree
Hide file tree
Showing 316 changed files with 26,538 additions and 27,752 deletions.
12 changes: 1 addition & 11 deletions Clients/BonjourExample/BonjourExample.cpp
Expand Up @@ -13,17 +13,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
Change History (most recent first):
$Log: BonjourExample.cpp,v $
Revision 1.2 2006/08/14 23:23:57 cheshire
Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
Revision 1.1 2005/05/20 22:01:01 bradley
Bonjour for Windows example code to browse for HTTP services and deliver via Window messages.
*/
*/

#include "stdafx.h"

Expand Down
12 changes: 1 addition & 11 deletions Clients/BonjourExample/stdafx.cpp
Expand Up @@ -13,17 +13,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
Change History (most recent first):
$Log: stdafx.cpp,v $
Revision 1.2 2006/08/14 23:23:57 cheshire
Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
Revision 1.1 2005/05/20 22:01:02 bradley
Bonjour for Windows example code to browse for HTTP services and deliver via Window messages.
*/
*/

// Standard source file to build the pre-compiled header.

Expand Down
12 changes: 1 addition & 11 deletions Clients/BonjourExample/stdafx.h
Expand Up @@ -13,17 +13,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
Change History (most recent first):
$Log: stdafx.h,v $
Revision 1.2 2006/08/14 23:23:57 cheshire
Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
Revision 1.1 2005/05/20 22:01:02 bradley
Bonjour for Windows example code to browse for HTTP services and deliver via Window messages.
*/
*/

// Standard Windows pre-compiled header file.

Expand Down
13 changes: 1 addition & 12 deletions Clients/ClientCommon.c
Expand Up @@ -36,18 +36,7 @@
* OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
* (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Change History (most recent first):
$Log: ClientCommon.c,v $
Revision 1.2 2008/05/08 00:42:03 cheshire
Removed some unnecessary header files
Revision 1.1 2008/05/08 00:25:48 cheshire
<rdar://problem/5919272> GetNextLabel insufficiently defensive
*/
*/

#include <ctype.h>
#include <stdio.h> // For stdout, stderr
Expand Down
10 changes: 1 addition & 9 deletions Clients/ClientCommon.h
Expand Up @@ -36,14 +36,6 @@
* OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT
* (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Change History (most recent first):
$Log: ClientCommon.h,v $
Revision 1.1 2008/05/08 00:25:48 cheshire
<rdar://problem/5919272> GetNextLabel insufficiently defensive
*/
*/

extern const char *GetNextLabel(const char *cstr, char label[64]);
102 changes: 102 additions & 0 deletions Clients/DNS-SD.VisualStudio/dns-sd.sdk.rc
@@ -0,0 +1,102 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Apple Inc."
VALUE "FileDescription", "Bonjour Console Utility"
VALUE "FileVersion", "1.0.0.0"
VALUE "InternalName", "dns-sd.exe"
VALUE "LegalCopyright", "Copyright (C) 2010 Apple Inc."
VALUE "OriginalFilename", "dns-sd.exe"
VALUE "ProductName", "Bonjour"
VALUE "ProductVersion", "1.0.0.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END

#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

0 comments on commit 63e7bbe

Please sign in to comment.