From f5c3d6d0f90d8f1659d9b952d766d4655c1d023f Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 17 Mar 2011 05:57:09 +0000 Subject: [PATCH] =?UTF-8?q?Release=E3=83=93=E3=83=AB=E3=83=89=E6=99=82?= =?UTF-8?q?=E3=81=AB=E9=96=8B=E7=99=BA=E7=94=A8=E9=8D=B5=E3=81=AA=E3=82=89?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E3=82=92=E5=87=BA=E3=81=99=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@147 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/common/Aes_define.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/ConsoleDataMigration/common/Aes_define.h b/trunk/ConsoleDataMigration/common/Aes_define.h index d6fadcb..68a4cc6 100644 --- a/trunk/ConsoleDataMigration/common/Aes_define.h +++ b/trunk/ConsoleDataMigration/common/Aes_define.h @@ -19,6 +19,12 @@ //マスタリング用ビルド時に有効にする //#define USE_PROD_KEY +#ifdef NN_BUILD_RELEASE +#ifndef USE_PROD_KEY +#warning !! Using Development Key on Release Build !! +#endif +#endif + #include namespace common