Revision: 7356 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7356 Author: maya Date: 2018-12-23 12:16:07 +0900 (Sun, 23 Dec 2018) Log Message: ----------- error LNK2005 を解消 Modified Paths: -------------- trunk/teraterm/common/codeconv.cpp -------------- next part -------------- Modified: trunk/teraterm/common/codeconv.cpp =================================================================== --- trunk/teraterm/common/codeconv.cpp 2018-12-22 23:58:23 UTC (rev 7355) +++ trunk/teraterm/common/codeconv.cpp 2018-12-23 03:16:07 UTC (rev 7356) @@ -26,6 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <stdafx.h> #include <windows.h> #include <string.h> #include <crtdbg.h>