diff options
Diffstat (limited to 'plugins/SplashScreen/src')
-rw-r--r-- | plugins/SplashScreen/src/bitmap_funcs.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/splash.cpp | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/stdafx.cxx (renamed from plugins/SplashScreen/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/SplashScreen/src/stdafx.h (renamed from plugins/SplashScreen/src/headers.h) | 0 |
7 files changed, 6 insertions, 6 deletions
diff --git a/plugins/SplashScreen/src/bitmap_funcs.cpp b/plugins/SplashScreen/src/bitmap_funcs.cpp index e75395e838..5359adc3d2 100644 --- a/plugins/SplashScreen/src/bitmap_funcs.cpp +++ b/plugins/SplashScreen/src/bitmap_funcs.cpp @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "headers.h"
+#include "stdafx.h"
MyBitmap::MyBitmap()
{
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 26e362ab92..4f7007a5ab 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "headers.h"
+#include "stdafx.h"
CLIST_INTERFACE *pcli;
HINSTANCE hInst = 0;
diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index 5771ec58de..95a3f09e75 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "headers.h"
+#include "stdafx.h"
TCHAR szPath2Spash[MAX_PATH], szSoundFilePath[MAX_PATH];
diff --git a/plugins/SplashScreen/src/services.cpp b/plugins/SplashScreen/src/services.cpp index beecc04357..6e3497cb6d 100644 --- a/plugins/SplashScreen/src/services.cpp +++ b/plugins/SplashScreen/src/services.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "headers.h"
+#include "stdafx.h"
INT_PTR ShowSplashService(WPARAM wparam, LPARAM lparam)
{
diff --git a/plugins/SplashScreen/src/splash.cpp b/plugins/SplashScreen/src/splash.cpp index cfbb7b88b4..df0f3367e9 100644 --- a/plugins/SplashScreen/src/splash.cpp +++ b/plugins/SplashScreen/src/splash.cpp @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "headers.h"
+#include "stdafx.h"
BOOL bpreviewruns;
MyBitmap *SplashBmp, *tmpBmp;
diff --git a/plugins/SplashScreen/src/stdafx.cpp b/plugins/SplashScreen/src/stdafx.cxx index 7e0216078c..6fb37564b7 100644 --- a/plugins/SplashScreen/src/stdafx.cpp +++ b/plugins/SplashScreen/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 "headers.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/stdafx.h index 070026efa2..070026efa2 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/stdafx.h |