Fix macro and patch
parent
c7374336af
commit
67cfb40712
|
@ -45,6 +45,6 @@ Copyright (c) 2006-2024, assimp team
|
||||||
#ifndef AI_USDPREPROCESSOR_H_INCLUDED
|
#ifndef AI_USDPREPROCESSOR_H_INCLUDED
|
||||||
#define AI_USDPREPROCESSOR_H_INCLUDED
|
#define AI_USDPREPROCESSOR_H_INCLUDED
|
||||||
|
|
||||||
#define UNUSED(x) void(x)
|
#define UNUSED(x) (void) x
|
||||||
|
|
||||||
#endif // AI_USDPREPROCESSOR_H_INCLUDED
|
#endif // AI_USDPREPROCESSOR_H_INCLUDED
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff -rupN -x .git tinyusdz_repo/src/external/stb_image_resize2.h tinyusdz_repo_patch/src/external/stb_image_resize2.h
|
diff -rupN -x .git autoclone/tinyusdz_repo-src/src/external/stb_image_resize2.h tinyusdz_repo_patch/src/external/stb_image_resize2.h
|
||||||
--- tinyusdz_repo/src/external/stb_image_resize2.h 2024-07-09 21:29:48.556969900 -0700
|
--- autoclone/tinyusdz_repo-src/src/external/stb_image_resize2.h 2024-07-09 21:29:48.556969900 -0700
|
||||||
+++ tinyusdz_repo_patch/src/external/stb_image_resize2.h 2024-07-09 23:03:47.379316700 -0700
|
+++ tinyusdz_repo_patch/src/external/stb_image_resize2.h 2024-07-09 23:03:47.379316700 -0700
|
||||||
@@ -2404,6 +2404,38 @@ static stbir__inline stbir_uint8 stbir__
|
@@ -2404,6 +2404,38 @@ static stbir__inline stbir_uint8 stbir__
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue