mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add gpr2gpa to CMake, port to *nix
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
#include "rapidjson/rapidjson.h"
|
||||
#include "rapidjson/document.h"
|
||||
|
||||
#include "WindowsUnicodeToolShim.h"
|
||||
|
||||
#include "macedec.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -33,7 +31,13 @@
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "WindowsUnicodeToolShim.h"
|
||||
#include "GpWindows.h"
|
||||
#else
|
||||
#include "UnixCompat.h"
|
||||
#endif
|
||||
|
||||
enum AudioCompressionCodecID
|
||||
{
|
||||
|
Reference in New Issue
Block a user