Remove DisableThreadLibraryCalls.h

By default, VC++ links in a stub entry point, which already calls DisableThreadLibraryCalls(). See: %VS110COMNTOOLS%..\..\VC\crt\src\dllmain.c
This commit is contained in:
Birunthan Mohanathas
2013-06-14 17:23:14 +03:00
parent 096023ba6e
commit 531eee06da
21 changed files with 0 additions and 76 deletions

View File

@ -26,7 +26,6 @@
#include "../PluginPerfMon/ObjInst.h"
#include "../API/RainmeterAPI.h"
#include "../../Common/RawString.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
struct MeasureData
{

View File

@ -20,7 +20,6 @@
#include <wchar.h>
#include "CoreTempProxy.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
typedef enum eMeasureType
{

View File

@ -21,7 +21,6 @@
#include <algorithm>
#include "FolderInfo.h"
#include "../API/RainmeterAPI.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
enum MeasureType
{

View File

@ -18,7 +18,6 @@
#include <windows.h>
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
void SendKey(WORD key)
{

View File

@ -26,7 +26,6 @@
#include "ObjInst.h"
#include "../API/RainmeterAPI.h"
#include "../../Common/RawString.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
struct MeasureData
{

View File

@ -23,7 +23,6 @@
#include <crtdbg.h>
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
typedef struct _PROCESSOR_POWER_INFORMATION
{

View File

@ -22,7 +22,6 @@
#include <vector>
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
struct MeasureData
{

View File

@ -22,7 +22,6 @@
#include <time.h>
#include <shlwapi.h>
#include "../API/RainmeterAPI.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
#include "../../Common/StringUtil.h"
#define BUFFER_SIZE 4096

View File

@ -28,7 +28,6 @@
#include <psapi.h>
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
// system resources that can be counted
enum MEASURETYPE

View File

@ -20,8 +20,6 @@
#include <stdio.h>
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
#pragma pack(push, 1)
struct SpeedFanData

View File

@ -23,7 +23,6 @@
#include <stdlib.h>
#include "../API/RainmeterAPI.h"
#include "../../Library/Export.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
typedef struct
{

View File

@ -72,8 +72,6 @@
#include "../../Library/Export.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
extern "C"
{
__declspec(dllexport) UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id);

View File

@ -26,7 +26,6 @@
#include <process.h>
#include "../../Library/pcre-8.10/config.h"
#include "../../Library/pcre-8.10/pcre.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
#include "../../Common/StringUtil.h"
#include "../API/RainmeterAPI.h"

View File

@ -20,7 +20,6 @@
#include <string>
#include <wlanapi.h>
#include "../API/RainmeterAPI.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
enum MEASURETYPE
{

View File

@ -24,7 +24,6 @@
#include <Functiondiscoverykeys_devpkey.h>
#include "PolicyConfig.h"
#include "../API/RainmeterAPI.h"
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
#define SAFE_RELEASE(punk) \
if ((punk) != nullptr) { (punk)->Release(); (punk) = nullptr; }

View File

@ -20,7 +20,6 @@
#include <stdio.h>
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
struct MeasureData
{

View File

@ -23,8 +23,6 @@
#include <map>
#include <time.h>
#include "../../Library/DisableThreadLibraryCalls.h" // contains DllMain entry point
const int VOLUME_STEP = 5;
/* The exported functions */