Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

afxres.h 348 B

1234567891011121314151617181920212223242526
  1. #ifndef _AFXRES_H
  2. #define _AFXRES_H
  3. #if __GNUC__ >= 3
  4. #pragma GCC system_header
  5. #endif
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #ifndef _WINDOWS_H
  10. #include <windows.h>
  11. #endif
  12. #include "WinResrc.h"
  13. /* IDC_STATIC is documented in winuser.h, but not defined. */
  14. #ifndef IDC_STATIC
  15. #define IDC_STATIC (-1)
  16. #endif
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif