mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Move RawString.h into Common
This commit is contained in:
		| @@ -16,8 +16,8 @@ | ||||
|   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. | ||||
| */ | ||||
| 
 | ||||
| #ifndef __RAWSTRING_H__ | ||||
| #define __RAWSTRING_H__ | ||||
| #ifndef RM_COMMON_RAWSTRING_H_ | ||||
| #define RM_COMMON_RAWSTRING_H_ | ||||
| 
 | ||||
| #include <windows.h> | ||||
| 
 | ||||
| @@ -314,6 +314,7 @@ | ||||
|     <ClInclude Include="..\Common\Gfx\Util\WICBitmapLockGDIP.h" /> | ||||
|     <ClInclude Include="..\Common\MenuTemplate.h" /> | ||||
|     <ClInclude Include="..\Common\Platform.h" /> | ||||
|     <ClInclude Include="..\Common\RawString.h" /> | ||||
|     <ClInclude Include="..\Common\StringUtil.h" /> | ||||
|     <ClInclude Include="CommandHandler.h" /> | ||||
|     <ClInclude Include="ConfigParser.h" /> | ||||
| @@ -360,7 +361,6 @@ | ||||
|     <ClInclude Include="Rainmeter.h" /> | ||||
|     <ClInclude Include="Export.h" /> | ||||
|     <ClInclude Include="RainmeterQuery.h" /> | ||||
|     <ClInclude Include="RawString.h" /> | ||||
|     <ClInclude Include="resource.h" /> | ||||
|     <ClInclude Include="Section.h" /> | ||||
|     <ClInclude Include="StdAfx.h" /> | ||||
|   | ||||
| @@ -611,9 +611,6 @@ | ||||
|     <ClInclude Include="Export.h"> | ||||
|       <Filter>Header Files</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="RawString.h"> | ||||
|       <Filter>Header Files</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="MathParser.h"> | ||||
|       <Filter>Header Files</Filter> | ||||
|     </ClInclude> | ||||
| @@ -692,6 +689,9 @@ | ||||
|     <ClInclude Include="CommandHandler.h"> | ||||
|       <Filter>Header Files</Filter> | ||||
|     </ClInclude> | ||||
|     <ClInclude Include="..\Common\RawString.h"> | ||||
|       <Filter>Common</Filter> | ||||
|     </ClInclude> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ResourceCompile Include="Library.rc"> | ||||
|   | ||||
| @@ -25,7 +25,7 @@ | ||||
| #include "../PluginPerfMon/ObjList.h" | ||||
| #include "../PluginPerfMon/ObjInst.h" | ||||
| #include "../API/RainmeterAPI.h" | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/DisableThreadLibraryCalls.h"	// contains DllMain entry point | ||||
|  | ||||
| struct MeasureData | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
|  | ||||
| #include <string> | ||||
| #include <windows.h> | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/pcre-8.10/config.h" | ||||
| #include "../../Library/pcre-8.10/pcre.h" | ||||
|  | ||||
|   | ||||
| @@ -25,7 +25,7 @@ | ||||
| #include "ObjList.h" | ||||
| #include "ObjInst.h" | ||||
| #include "../API/RainmeterAPI.h" | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/DisableThreadLibraryCalls.h"	// contains DllMain entry point | ||||
|  | ||||
| struct MeasureData | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
| #include <time.h> | ||||
| #include <errno.h> | ||||
| #include <crtdbg.h> | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/Export.h"	// Rainmeter's exported functions | ||||
| #include "../../Library/DisableThreadLibraryCalls.h"	// contains DllMain entry point | ||||
|  | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
| #include <TlHelp32.h> | ||||
| #include <algorithm> | ||||
| #include <vector> | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/Export.h"	// Rainmeter's exported functions | ||||
| #include "../../Library/DisableThreadLibraryCalls.h"	// contains DllMain entry point | ||||
|  | ||||
|   | ||||
| @@ -26,7 +26,7 @@ | ||||
| #include <windows.h> | ||||
| #include <stdio.h> | ||||
| #include <psapi.h> | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/Export.h"	// Rainmeter's exported functions | ||||
| #include "../../Library/DisableThreadLibraryCalls.h"	// contains DllMain entry point | ||||
|  | ||||
|   | ||||
| @@ -18,7 +18,7 @@ | ||||
|  | ||||
| #include <windows.h> | ||||
| #include <stdio.h> | ||||
| #include "../../Library/RawString.h" | ||||
| #include "../../Common/RawString.h" | ||||
| #include "../../Library/Export.h"	// Rainmeter's exported functions | ||||
| #include "../../Library/DisableThreadLibraryCalls.h"	// contains DllMain entry point | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Birunthan Mohanathas
					Birunthan Mohanathas