iiwusynth-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[iiwusynth-devel] Patch: missing extern "C"


From: Anthony Green
Subject: [iiwusynth-devel] Patch: missing extern "C"
Date: 04 Jan 2003 12:47:55 -0800

Here's a useful patch...


2003-01-04  Anthony Green  <address@hidden>

        * include/iiwusynth/types.h: Add missing extern "C".


Index: include/iiwusynth/types.h
===================================================================
RCS file: /cvsroot/iiwusynth/iiwusynth/include/iiwusynth/types.h,v
retrieving revision 1.2
diff -c -r1.2 types.h
*** include/iiwusynth/types.h   1 Jan 2003 14:11:49 -0000       1.2
--- include/iiwusynth/types.h   4 Jan 2003 20:40:49 -0000
***************
*** 24,29 ****
--- 24,32 ----
  #ifndef _IIWUSYNTH_TYPES_H
  #define _IIWUSYNTH_TYPES_H
  
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
  
  /*
  







reply via email to

[Prev in Thread] Current Thread [Next in Thread]