diff options
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 |