home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / modhead1.zip / SOML.H < prev    next >
C/C++ Source or Header  |  1995-05-15  |  162b  |  6 lines

  1. // Include this at the beginning of a C++ file that you do NOT
  2. // want processed in default-SOM mode.
  3. #ifdef __CPLUSPLUS__
  4. #pragma off(som_bindings);
  5. #endif
  6.