summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MyDetails/src')
-rw-r--r--plugins/MyDetails/src/data.cpp2
-rw-r--r--plugins/MyDetails/src/frame.cpp2
-rw-r--r--plugins/MyDetails/src/mydetails.cpp2
-rw-r--r--plugins/MyDetails/src/options.cpp2
-rw-r--r--plugins/MyDetails/src/services.cpp2
-rw-r--r--plugins/MyDetails/src/stdafx.cxx (renamed from plugins/MyDetails/src/stdafx.cpp)2
-rw-r--r--plugins/MyDetails/src/stdafx.h (renamed from plugins/MyDetails/src/commons.h)2
7 files changed, 6 insertions, 8 deletions
diff --git a/plugins/MyDetails/src/data.cpp b/plugins/MyDetails/src/data.cpp
index fe22fe135b..aaaa94358e 100644
--- a/plugins/MyDetails/src/data.cpp
+++ b/plugins/MyDetails/src/data.cpp
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include "commons.h"
+#include "stdafx.h"
static char *StatusModeToDbSetting(int status, const char *suffix);
diff --git a/plugins/MyDetails/src/frame.cpp b/plugins/MyDetails/src/frame.cpp
index 52cc6a52ce..f54aa50a94 100644
--- a/plugins/MyDetails/src/frame.cpp
+++ b/plugins/MyDetails/src/frame.cpp
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include "commons.h"
+#include "stdafx.h"
// Prototypes /////////////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/MyDetails/src/mydetails.cpp b/plugins/MyDetails/src/mydetails.cpp
index bd24408f56..acbe1d5887 100644
--- a/plugins/MyDetails/src/mydetails.cpp
+++ b/plugins/MyDetails/src/mydetails.cpp
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include "commons.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInst;
diff --git a/plugins/MyDetails/src/options.cpp b/plugins/MyDetails/src/options.cpp
index 826454adc1..0bc92981c0 100644
--- a/plugins/MyDetails/src/options.cpp
+++ b/plugins/MyDetails/src/options.cpp
@@ -18,7 +18,7 @@ Boston, MA 02111-1307, USA.
*/
-#include "commons.h"
+#include "stdafx.h"
// Prototypes /////////////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/MyDetails/src/services.cpp b/plugins/MyDetails/src/services.cpp
index 99410d8c8e..726ae3c5c0 100644
--- a/plugins/MyDetails/src/services.cpp
+++ b/plugins/MyDetails/src/services.cpp
@@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include "commons.h"
+#include "stdafx.h"
static long nickname_dialog_open;
static HWND hwndSetNickname;
diff --git a/plugins/MyDetails/src/stdafx.cpp b/plugins/MyDetails/src/stdafx.cxx
index f1efa4b606..6fb37564b7 100644
--- a/plugins/MyDetails/src/stdafx.cpp
+++ b/plugins/MyDetails/src/stdafx.cxx
@@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "commons.h"
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/MyDetails/src/commons.h b/plugins/MyDetails/src/stdafx.h
index afefec9dd1..e73d40175c 100644
--- a/plugins/MyDetails/src/commons.h
+++ b/plugins/MyDetails/src/stdafx.h
@@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA.
#ifndef __COMMONS_H__
# define __COMMONS_H__
-#define _CRT_SECURE_NO_WARNINGS
-
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>