This commit is contained in:
halx99 2023-09-06 11:14:11 +08:00
parent 0f21f4d85f
commit 8cbe447974
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
THE SOFTWARE. THE SOFTWARE.
****************************************************************************/ ****************************************************************************/
#if (AX_TARGET_PLATFORM != AX_PLATFORM_WASM) #if !defined(__EMSCRIPTEN__)
#include "platform/PlatformConfig.h" #include "platform/PlatformConfig.h"
#include "CurlTest.h" #include "CurlTest.h"

View File

@ -25,7 +25,7 @@
#ifndef _CURL_TEST_H_ #ifndef _CURL_TEST_H_
#define _CURL_TEST_H_ #define _CURL_TEST_H_
#if (AX_TARGET_PLATFORM != AX_PLATFORM_WASM) #if !defined(__EMSCRIPTEN__)
#include "axmol.h" #include "axmol.h"
#include "../BaseTest.h" #include "../BaseTest.h"