Bug #132

sp.h redefines int16 and int32

Added by J. Wienke over 13 years ago. Updated over 13 years ago.

Status:ResolvedStart date:09/16/2010
Priority:NormalDue date:
Assignee:J. Wienke% Done:

0%

Category:C++
Target version:-

Description

sp.h defines int 16 and int32.

#define     int16    short
#define        int32    int

This e.g. results in clashes inside google protocol buffers. We must avoid in any case that these definitions are visible for the rsb client code.

Associated revisions

Revision eb462231
Added by J. Wienke over 13 years ago

avoid exposing sp.h contents through spread port. This prevents other code from compiling because of strange global defines in sp.h.

fixes #132

History

#1 Updated by J. Wienke over 13 years ago

  • Status changed from New to Resolved
  • Assignee changed from S. Wrede to J. Wienke

Also available in: Atom PDF