diff --git a/sakura_core/apiwrap/StdApi.h b/sakura_core/apiwrap/StdApi.h index 8a42971785..2871ef5c49 100644 --- a/sakura_core/apiwrap/StdApi.h +++ b/sakura_core/apiwrap/StdApi.h @@ -24,7 +24,19 @@ #ifndef SAKURA_STDAPI_85471C2C_6AEE_410D_BD09_A59056A5BA68_H_ #define SAKURA_STDAPI_85471C2C_6AEE_410D_BD09_A59056A5BA68_H_ -#include //MakeSureDirectoryPathExists + +//�����^�C����񃉃C�u�����ɃA�N�Z�X����Windows�w�b�_���Q�Ƃ��� +//c++�K�i�ւ̏������������Ȃ������߁AWindowsSDK������enum��typedef����R�[�h���{����B +#if defined(_MSC_VER) && _MSC_VER >= 1900 + //�ꎞ�I�Ɍx���𖳌��ɂ��ăC���N���[�h���� + #pragma warning(push) + #pragma warning(disable:4091) + #include //MakeSureDirectoryPathExists + #pragma warning(pop) +#else + #include //MakeSureDirectoryPathExists +#endif + //�f�o�b�O�p�B //Vista����ExtTextOut�̌��ʂ������f����Ȃ��B���̊֐���p����Ƒ����f�����̂ŁA