diff options
author | fcolin | 2007-02-01 13:02:01 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:01 +0000 |
commit | b31c22ea4e3df8700dad80e8bc2496bcf63ceb58 (patch) | |
tree | 6197c791c6f6f06b5a0a9ef999cf01f4f1a26226 /Ivy | |
parent | ae6b836b82f8ddc8f49e9ba6edf5b17ec478ceee (diff) | |
download | ivy-cplusplus-b31c22ea4e3df8700dad80e8bc2496bcf63ceb58.zip ivy-cplusplus-b31c22ea4e3df8700dad80e8bc2496bcf63ceb58.tar.gz ivy-cplusplus-b31c22ea4e3df8700dad80e8bc2496bcf63ceb58.tar.bz2 ivy-cplusplus-b31c22ea4e3df8700dad80e8bc2496bcf63ceb58.tar.xz |
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 5)
Diffstat (limited to 'Ivy')
-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,
|