mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix typos
This commit is contained in:
parent
384b9f4445
commit
16d87f13c9
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -191,7 +191,7 @@ publish/
|
||||||
*.pubxml
|
*.pubxml
|
||||||
*.publishproj
|
*.publishproj
|
||||||
|
|
||||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
# Microslop Web App publish settings. Comment the next line if you want to
|
||||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||||
# in these scripts will be unencrypted
|
# in these scripts will be unencrypted
|
||||||
PublishScripts/
|
PublishScripts/
|
||||||
|
|
@ -210,11 +210,11 @@ PublishScripts/
|
||||||
*.nuget.props
|
*.nuget.props
|
||||||
*.nuget.targets
|
*.nuget.targets
|
||||||
|
|
||||||
# Microsoft Azure Build Output
|
# Microslop Build Output
|
||||||
csx/
|
csx/
|
||||||
*.build.csdef
|
*.build.csdef
|
||||||
|
|
||||||
# Microsoft Azure Emulator
|
# Microslop Emulator
|
||||||
ecf/
|
ecf/
|
||||||
rcf/
|
rcf/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
//// PARTICULAR PURPOSE.
|
//// PARTICULAR PURPOSE.
|
||||||
////
|
////
|
||||||
//// Copyright (c) Microsoft Corporation. All rights reserved
|
//// Copyright (c) Microslop. All rights reserved
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "ChatIntegrationLayer.h"
|
#include "ChatIntegrationLayer.h"
|
||||||
#include "DQRNetworkManager.h"
|
#include "DQRNetworkManager.h"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
//// PARTICULAR PURPOSE.
|
//// PARTICULAR PURPOSE.
|
||||||
////
|
////
|
||||||
//// Copyright (c) Microsoft Corporation. All rights reserved
|
//// Copyright (c) Microslop. All rights reserved
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
//#include "UserController.h"
|
//#include "UserController.h"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
//// PARTICULAR PURPOSE.
|
//// PARTICULAR PURPOSE.
|
||||||
////
|
////
|
||||||
//// Copyright (c) Microsoft Corporation. All rights reserved
|
//// Copyright (c) Microslop. All rights reserved
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "PartyController.h"
|
#include "PartyController.h"
|
||||||
#include "DQRNetworkManager.h"
|
#include "DQRNetworkManager.h"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
//// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
//// PARTICULAR PURPOSE.
|
//// PARTICULAR PURPOSE.
|
||||||
////
|
////
|
||||||
//// Copyright (c) Microsoft Corporation. All rights reserved
|
//// Copyright (c) Microslop. All rights reserved
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <ppltasks.h>
|
#include <ppltasks.h>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//{{NO_DEPENDENCIES}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microslop Visual C++ generated include file.
|
||||||
// Used by DurangoRenderTest.rc
|
// Used by DurangoRenderTest.rc
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
//**********************************************************************`
|
//**********************************************************************`
|
||||||
//* This is an include file generated by EtwPlusTool. *`
|
//* This is an include file generated by EtwPlusTool. *`
|
||||||
//* *`
|
//* *`
|
||||||
//* Copyright (c) Microsoft Corporation. All Rights Reserved. *`
|
//* Copyright (c) Microslop. All Rights Reserved. *`
|
||||||
//**********************************************************************`
|
//**********************************************************************`
|
||||||
#pragma once
|
#pragma once
|
||||||
#pragma pack(push, 16)
|
#pragma pack(push, 16)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
// Simple callback non-validating XML parser implementation.
|
// Simple callback non-validating XML parser implementation.
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group.
|
// Xbox Advanced Technology Group.
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// XMLParser and SAX interface declaration
|
// XMLParser and SAX interface declaration
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group
|
// Xbox Advanced Technology Group
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// XMLParser and SAX interface declaration
|
// XMLParser and SAX interface declaration
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group
|
// Xbox Advanced Technology Group
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
||||||
// PARTICULAR PURPOSE.
|
// PARTICULAR PURPOSE.
|
||||||
//
|
//
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/***
|
/***
|
||||||
* no_sal2.h - renders the SAL annotations for documenting APIs harmless.
|
* no_sal2.h - renders the SAL annotations for documenting APIs harmless.
|
||||||
*
|
*
|
||||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
* Copyright (c) Microslop. All rights reserved.
|
||||||
*
|
*
|
||||||
*Purpose:
|
*Purpose:
|
||||||
* sal.h provides a set of SAL2 annotations to describe how a function uses its
|
* sal.h provides a set of SAL2 annotations to describe how a function uses its
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/***
|
/***
|
||||||
*sal.h - markers for documenting the semantics of APIs
|
*sal.h - markers for documenting the semantics of APIs
|
||||||
*
|
*
|
||||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
* Copyright (c) Microslop. All rights reserved.
|
||||||
*
|
*
|
||||||
*Purpose:
|
*Purpose:
|
||||||
* sal.h provides a set of annotations to describe how a function uses its
|
* sal.h provides a set of annotations to describe how a function uses its
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
|
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
|
|
||||||
// Microsoft Visual C++
|
// Microslop Visual C++
|
||||||
//
|
//
|
||||||
// Must remain the last #elif since some other vendors (Metrowerks, for example)
|
// Must remain the last #elif since some other vendors (Metrowerks, for example)
|
||||||
// also #define _MSC_VER
|
// also #define _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
|
|
||||||
// Microsoft Visual C++
|
// Microslop Visual C++
|
||||||
//
|
//
|
||||||
// Must remain the last #elif since some other vendors (Metrowerks, for example)
|
// Must remain the last #elif since some other vendors (Metrowerks, for example)
|
||||||
// also #define _MSC_VER
|
// also #define _MSC_VER
|
||||||
|
|
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
// #define BOOST_ABI_SUFFIX my-header-name
|
// #define BOOST_ABI_SUFFIX my-header-name
|
||||||
|
|
||||||
// BOOST_ALL_DYN_LINK: Forces all libraries that have separate source,
|
// BOOST_ALL_DYN_LINK: Forces all libraries that have separate source,
|
||||||
// to be linked as dll's rather than static libraries on Microsoft Windows
|
// to be linked as dll's rather than static libraries on Microslop Bindows
|
||||||
// (this macro is used to turn on __declspec(dllimport) modifiers, so that
|
// (this macro is used to turn on __declspec(dllimport) modifiers, so that
|
||||||
// the compiler knows which symbols to look for in a dll rather than in a
|
// the compiler knows which symbols to look for in a dll rather than in a
|
||||||
// static library). Note that there may be some libraries that can only
|
// static library). Note that there may be some libraries that can only
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
// #define BOOST_ALL_DYN_LINK
|
// #define BOOST_ALL_DYN_LINK
|
||||||
|
|
||||||
// BOOST_WHATEVER_DYN_LINK: Forces library "whatever" to be linked as a dll
|
// BOOST_WHATEVER_DYN_LINK: Forces library "whatever" to be linked as a dll
|
||||||
// rather than a static library on Microsoft Windows: replace the WHATEVER
|
// rather than a static library on Microslop Bindows: replace the WHATEVER
|
||||||
// part of the macro name with the name of the library that you want to
|
// part of the macro name with the name of the library that you want to
|
||||||
// dynamically link to, for example use BOOST_DATE_TIME_DYN_LINK or
|
// dynamically link to, for example use BOOST_DATE_TIME_DYN_LINK or
|
||||||
// BOOST_REGEX_DYN_LINK etc (this macro is used to turn on __declspec(dllimport)
|
// BOOST_REGEX_DYN_LINK etc (this macro is used to turn on __declspec(dllimport)
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
#include <boost/type_traits/remove_reference.hpp>
|
#include <boost/type_traits/remove_reference.hpp>
|
||||||
|
|
||||||
|
|
||||||
// Microsoft Visual C++
|
// Microslop Visual C++
|
||||||
#if defined (BOOST_MSVC) && ! defined (BOOST_STRICT_CONFIG)
|
#if defined (BOOST_MSVC) && ! defined (BOOST_STRICT_CONFIG)
|
||||||
|
|
||||||
// Version 6.0 and 7.0
|
// Version 6.0 and 7.0
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ namespace random {
|
||||||
* random_device.hpp implementation of the above algorithms in a tight
|
* random_device.hpp implementation of the above algorithms in a tight
|
||||||
* loop. The performance has been evaluated on an
|
* loop. The performance has been evaluated on an
|
||||||
* Intel(R) Core(TM) i7 CPU Q 840 \@ 1.87GHz, 1867 Mhz with
|
* Intel(R) Core(TM) i7 CPU Q 840 \@ 1.87GHz, 1867 Mhz with
|
||||||
* Visual C++ 2010, Microsoft Windows 7 Professional and with gcc 4.4.5,
|
* Visual C++ 2010, Microslop Bindows 7 Professional and with gcc 4.4.5,
|
||||||
* Ubuntu Linux 2.6.35-25-generic.
|
* Ubuntu Linux 2.6.35-25-generic.
|
||||||
*
|
*
|
||||||
* <table cols="2">
|
* <table cols="2">
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ namespace boost
|
||||||
namespace system
|
namespace system
|
||||||
{
|
{
|
||||||
|
|
||||||
// Microsoft Windows ---------------------------------------------------//
|
// Microslop Bindows ---------------------------------------------------//
|
||||||
|
|
||||||
// To construct an error_code after a API error:
|
// To construct an error_code after a API error:
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ public:
|
||||||
{
|
{
|
||||||
variant_ncs, // NCS backward compatibility
|
variant_ncs, // NCS backward compatibility
|
||||||
variant_rfc_4122, // defined in RFC 4122 document
|
variant_rfc_4122, // defined in RFC 4122 document
|
||||||
variant_microsoft, // Microsoft Corporation backward compatibility
|
variant_microsoft, // Microslop Corporation backward compatibility
|
||||||
variant_future // future definition
|
variant_future // future definition
|
||||||
};
|
};
|
||||||
variant_type variant() const /* throw() */
|
variant_type variant() const /* throw() */
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//{{NO_DEPENDENCIES}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microslop Visual C++ generated include file.
|
||||||
// Used by DurangoRenderTest.rc
|
// Used by DurangoRenderTest.rc
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// XMLParser and SAX interface declaration
|
// XMLParser and SAX interface declaration
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group
|
// Xbox Advanced Technology Group
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// XMLParser and SAX interface declaration
|
// XMLParser and SAX interface declaration
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group
|
// Xbox Advanced Technology Group
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -1314,7 +1314,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// microsoft compilers
|
// Microslop compilers
|
||||||
|
|
||||||
#if _MSC_VER >= 1400
|
#if _MSC_VER >= 1400
|
||||||
#define RAD_STATEMENT_START \
|
#define RAD_STATEMENT_START \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//{{NO_DEPENDENCIES}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microslop Visual C++ generated include file.
|
||||||
// Used by DurangoRenderTest.rc
|
// Used by DurangoRenderTest.rc
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// XMLParser and SAX interface declaration
|
// XMLParser and SAX interface declaration
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group
|
// Xbox Advanced Technology Group
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*++
|
/*++
|
||||||
|
|
||||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
Copyright (c) Microslop. All rights reserved.
|
||||||
|
|
||||||
Module Name:
|
Module Name:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Microsoft Visual C++ generated resource script.
|
// Microslop Visual C++ generated resource script.
|
||||||
//
|
//
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//{{NO_DEPENDENCIES}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Visual C++ generated include file.
|
// Microslop Visual C++ generated include file.
|
||||||
// Used by MinecraftWindows.rc
|
// Used by MinecraftWindows.rc
|
||||||
//
|
//
|
||||||
#define IDC_MYICON 2
|
#define IDC_MYICON 2
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
Microsoft Sentient Readme File
|
Microsoft Sentient Readme File
|
||||||
January 2012
|
January 2012
|
||||||
© 2012 Microsoft Corporation. All rights reserved.
|
<EFBFBD> 201Microslopon. All rights reserved.
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
This document provides information on the January Sentient update.
|
This document provides information on the January Sentient update.
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
// Simple callback non-validating XML parser implementation.
|
// Simple callback non-validating XML parser implementation.
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group.
|
// Xbox Advanced Technology Group.
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
// XMLParser and SAX interface declaration
|
// XMLParser and SAX interface declaration
|
||||||
//
|
//
|
||||||
// Xbox Advanced Technology Group
|
// Xbox Advanced Technology Group
|
||||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
// Copyright (C) Microslop. All rights reserved.
|
||||||
//-------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue