internal.h 213 B

123456789101112131415161718
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4. #ifdef _WIN32
  5. #include "win32/win32dep.h"
  6. #endif
  7. #include "../purplecompat.h"
  8. #ifndef N_
  9. # define N_(a) (a)
  10. #endif
  11. #ifndef _
  12. # define _(a) (a)
  13. #endif