include/AK/Wwise/TargetVer.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00030
00031 #pragma once
00032
00033 #ifndef WINVER // Specifies that the minimum required platform is Windows Vista.
00034 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows.
00035 #endif
00036
00037 #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista.
00038 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows.
00039 #endif
00040
00041 #ifndef _WIN32_WINDOWS // Specifies that the minimum required platform is Windows 98.
00042 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
00043 #endif
00044
00045 #ifndef _WIN32_IE // Specifies that the minimum required platform is Internet Explorer 7.0.
00046 #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE.
00047 #endif
介绍一下自己的项目。我们会竭力为您提供帮助。
来注册自己的项目,我们帮您快速入门,不带任何附加条件!
开始 Wwise 之旅