close_code.h 192 B

12345678910
  1. #undef _begin_code_h
  2. #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__)
  3. #ifdef __BORLANDC__
  4. #pragma nopackwarning
  5. #endif
  6. #pragma pack(pop)
  7. #endif