mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Common: Use PCH
This commit is contained in:
		@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "Canvas.h"
 | 
			
		||||
#include "CanvasD2D.h"
 | 
			
		||||
#include "CanvasGDIP.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -21,9 +21,6 @@
 | 
			
		||||
 | 
			
		||||
#include "FontCollection.h"
 | 
			
		||||
#include "TextFormat.h"
 | 
			
		||||
#include <Windows.h>
 | 
			
		||||
#include <ole2.h>  // For Gdiplus.h.
 | 
			
		||||
#include <GdiPlus.h>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "../Platform.h"
 | 
			
		||||
#include "CanvasD2D.h"
 | 
			
		||||
#include "TextFormatD2D.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "CanvasGDIP.h"
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "FontCollection.h"
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "FontCollectionD2D.h"
 | 
			
		||||
#include "CanvasD2D.h"
 | 
			
		||||
#include "Util/DWriteFontCollectionLoader.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,8 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "FontCollectionGDIP.h"
 | 
			
		||||
#include <ole2.h>  // For Gdiplus.h.
 | 
			
		||||
#include <GdiPlus.h>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "TextFormat.h"
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "TextFormatD2D.h"
 | 
			
		||||
#include "CanvasD2D.h"
 | 
			
		||||
#include "Util/DWriteHelpers.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "TextFormatGDIP.h"
 | 
			
		||||
#include "FontCollectionGDIP.h"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,9 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "DWriteFontCollectionLoader.h"
 | 
			
		||||
#include "DWriteFontFileEnumerator.h"
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
namespace Util {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,6 +16,7 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "DWriteFontFileEnumerator.h"
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,8 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "DWriteHelpers.h"
 | 
			
		||||
#include <wrl/client.h>
 | 
			
		||||
#include <cmath>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
namespace Util {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,9 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "WICBitmapDIB.h"
 | 
			
		||||
#include "WICBitmapLockDIB.h"
 | 
			
		||||
#include <cassert>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
namespace Util {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,8 +16,8 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "WICBitmapLockDIB.h"
 | 
			
		||||
#include <cassert>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
namespace Util {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,8 +16,8 @@
 | 
			
		||||
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#include "StdAfx.h"
 | 
			
		||||
#include "WICBitmapLockGDIP.h"
 | 
			
		||||
#include <cassert>
 | 
			
		||||
 | 
			
		||||
namespace Gfx {
 | 
			
		||||
namespace Util {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user