diff options
-rw-r--r-- | Ivy/IvyDllMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyDllMain.cpp b/Ivy/IvyDllMain.cpp index 554df47..e8c13f4 100644 --- a/Ivy/IvyDllMain.cpp +++ b/Ivy/IvyDllMain.cpp @@ -1,7 +1,7 @@ // libIvy.cpp : Defines the initialization routines for the DLL.
//
-#include "stdafx.h"
+#include "IvyStdAfx.h"
BOOL APIENTRY DllMain(HANDLE hInstance,
DWORD dwReason,
|