mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix dxtn build.
svn path=/trunk/; revision=35265
This commit is contained in:
parent
197cc3f634
commit
044c66916e
1 changed files with 1 additions and 1 deletions
2
reactos/dll/3rdparty/dxtn/internal.h
vendored
2
reactos/dll/3rdparty/dxtn/internal.h
vendored
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#define TAPI __declspec(dllexport)
|
#define TAPI __declspec(dllexport)
|
||||||
#define TAPIENTRY /*__stdcall*/
|
#define TAPIENTRY __stdcall
|
||||||
#else
|
#else
|
||||||
#define TAPI
|
#define TAPI
|
||||||
#define TAPIENTRY
|
#define TAPIENTRY
|
||||||
|
|
Loading…
Reference in a new issue