TrustedUser
2,147
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 239: | Line 239: | ||
ShowWindow (instance->window, SW_SHOW); | ShowWindow (instance->window, SW_SHOW); | ||
</ | </syntaxhighlight> | ||
=== FLAC === | === FLAC === | ||
Line 276: | Line 276: | ||
#elif defined(MACOS9) | #elif defined(MACOS9) | ||
#define FLUIDSYNTH_API __declspec(export) | #define FLUIDSYNTH_API __declspec(export) | ||
</ | </syntaxhighlight> | ||
Then issue these commands to compile the library: | Then issue these commands to compile the library: | ||
Line 324: | Line 324: | ||
#include <time.h> | #include <time.h> | ||
#endif | #endif | ||
</ | </syntaxhighlight> | ||
Then issue these commands to compile the library: | Then issue these commands to compile the library: |