Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/vsg-dev/vsgXchange
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jul 24, 2024
2 parents 03bb822 + 7036b43 commit f63e7a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ktx/libktx/zstd.h → src/ktx/libktx/ktx_zstd.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern "C" {
/* ===== ZSTDLIB_API : control library symbols visibility ===== */
#ifndef ZSTDLIB_VISIBILITY
# if defined(__GNUC__) && (__GNUC__ >= 4)
# define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("default")))
# define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("hidden")))
# else
# define ZSTDLIB_VISIBILITY
# endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern "C" {
/* ===== ZSTDERRORLIB_API : control library symbols visibility ===== */
#ifndef ZSTDERRORLIB_VISIBILITY
# if defined(__GNUC__) && (__GNUC__ >= 4)
# define ZSTDERRORLIB_VISIBILITY __attribute__ ((visibility ("default")))
# define ZSTDERRORLIB_VISIBILITY __attribute__ ((visibility ("hidden")))
# else
# define ZSTDERRORLIB_VISIBILITY
# endif
Expand Down
4 changes: 2 additions & 2 deletions src/ktx/libktx/texture2.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include <stdlib.h>
#include <string.h>
#include "zstd.h"
#include "zstd_errors.h"
#include "ktx_zstd.h"
#include "ktx_zstd_errors.h"
#include <KHR/khr_df.h>

#include "dfdutils/dfd.h"
Expand Down

0 comments on commit f63e7a1

Please sign in to comment.