diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-24 16:20:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-24 16:20:50 +0000 |
commit | cb89c3026687e2f48093b3243fdab1f1204135b2 (patch) | |
tree | ec6845f4a558ebeb71bd23628dc5a76a605303f2 /plugins/AuthState/src | |
parent | 422038a5cb7c4ac6ed3991f16bfabe52abf2f23e (diff) |
common Visual Studio properties & filters
git-svn-id: http://svn.miranda-ng.org/main/trunk@13089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AuthState/src')
-rw-r--r-- | plugins/AuthState/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/stdafx.cxx (renamed from plugins/AuthState/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/AuthState/src/stdafx.h (renamed from plugins/AuthState/src/commonheaders.h) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AuthState/src/main.cpp b/plugins/AuthState/src/main.cpp index 6b815bb339..db41184c24 100644 --- a/plugins/AuthState/src/main.cpp +++ b/plugins/AuthState/src/main.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "commonheaders.h"
+#include "stdafx.h"
HINSTANCE g_hInst;
static HANDLE hOptInitialise;
diff --git a/plugins/AuthState/src/options.cpp b/plugins/AuthState/src/options.cpp index bf1abe47e1..00f452830b 100644 --- a/plugins/AuthState/src/options.cpp +++ b/plugins/AuthState/src/options.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "commonheaders.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/AuthState/src/stdafx.cpp b/plugins/AuthState/src/stdafx.cxx index 61fee5df67..6fb37564b7 100644 --- a/plugins/AuthState/src/stdafx.cpp +++ b/plugins/AuthState/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 "Commonheaders.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/AuthState/src/commonheaders.h b/plugins/AuthState/src/stdafx.h index 213e900423..213e900423 100644 --- a/plugins/AuthState/src/commonheaders.h +++ b/plugins/AuthState/src/stdafx.h |