This commit is contained in:
Igor Pavlov
2015-01-03 00:00:00 +00:00
committed by Kornel Lesiński
parent 7e021179cd
commit 0713a3ab80
153 changed files with 2744 additions and 1485 deletions

View File

@@ -2,8 +2,10 @@
#include "StdAfx.h"
#include "Windows/COM.h"
#include "Common/StringConvert.h"
/*
#include "COM.h"
#include "../Common/StringConvert.h"
namespace NWindows {
namespace NCOM {
@@ -35,3 +37,5 @@ HRESULT StringToGUIDA(const char *string, GUID &classID)
}
}}
*/