mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-03 15:20:17 +01:00
Get rid of the Windows compatibility headers stdint.h and inttypes.h.
Microsoft provides their own these days.
This commit is contained in:
@@ -11,15 +11,6 @@
|
||||
#pragma warning (disable : 4244)
|
||||
#pragma warning (disable : 4761)
|
||||
|
||||
typedef __int8 int8_t;
|
||||
typedef __int16 int16_t;
|
||||
typedef __int32 int32_t;
|
||||
typedef __int64 int64_t;
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef unsigned __int16 uint16_t;
|
||||
typedef unsigned __int32 uint32_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
|
||||
#define ssize_t SSIZE_T
|
||||
#define __func__ __FUNCTION__
|
||||
|
||||
@@ -223,7 +214,7 @@ llrintf (float flt)
|
||||
/* #undef HAVE_SSIZE_T */
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
/* #undef HAVE_STDINT_H */
|
||||
#define HAVE_STDINT_H 1
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
@@ -130,8 +130,6 @@
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\sord\src\zix\hash.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\sord\src\zix\tree.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\sratom\sratom\sratom.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\msinttypes\inttypes.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\msinttypes\stdint.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\suil\suil\suil.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\windows\lilv_config.h" />
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\windows\serd_config.h" />
|
||||
|
||||
@@ -40,9 +40,6 @@
|
||||
<Filter Include="sratom\Source Files">
|
||||
<UniqueIdentifier>{c8a6b80f-2c25-4045-bf7f-f846f073dd82}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="msinttypes">
|
||||
<UniqueIdentifier>{dae06ddb-f7ed-44a9-b663-8c14266b7e5d}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="suil">
|
||||
<UniqueIdentifier>{b48e3ff1-c88c-4327-8786-8cec296bd0cb}</UniqueIdentifier>
|
||||
</Filter>
|
||||
@@ -173,12 +170,6 @@
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\sratom\sratom\sratom.h">
|
||||
<Filter>sratom\Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\msinttypes\inttypes.h">
|
||||
<Filter>msinttypes</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\msinttypes\stdint.h">
|
||||
<Filter>msinttypes</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\lib-src\lv2\suil\suil\suil.h">
|
||||
<Filter>suil\Header Files</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user