diff options
author | fcolin | 2007-02-01 13:02:01 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:01 +0000 |
commit | 0dcc5c81cd7154317f8963634441e91a4fac74a9 (patch) | |
tree | be238a836a0c159a6e9240b5af2cd3df25466d2f /Bus/Ivy | |
parent | 37614ff976996e8363f98d62fad343fb234071b3 (diff) | |
download | ivy-cplusplus-0dcc5c81cd7154317f8963634441e91a4fac74a9.zip ivy-cplusplus-0dcc5c81cd7154317f8963634441e91a4fac74a9.tar.gz ivy-cplusplus-0dcc5c81cd7154317f8963634441e91a4fac74a9.tar.bz2 ivy-cplusplus-0dcc5c81cd7154317f8963634441e91a4fac74a9.tar.xz |
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 5)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyDllMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyDllMain.cpp b/Bus/Ivy/IvyDllMain.cpp index 554df47..e8c13f4 100644 --- a/Bus/Ivy/IvyDllMain.cpp +++ b/Bus/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,
|