Changeset 2cd18e3 in buchla-emu for emu/all.h


Ignore:
Timestamp:
02/25/2018 03:01:24 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
25c3737
Parents:
9ddbf3e
Message:

Initialize RtMidi device's data member.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/all.h

    r9ddbf3e r2cd18e3  
    3131#include <SDL2/SDL_ttf.h>
    3232
    33 // work around RtMidi's C++-isms
     33// XXX - work around RtMidi's C++-isms; remove when fixed in RtMidi
    3434
    3535#pragma GCC diagnostic push
     
    7676extern const char *font;
    7777
    78 extern int32_t mid_port;
     78extern uint32_t mid_port;
    7979
    8080extern SDL_atomic_t run;
Note: See TracChangeset for help on using the changeset viewer.